14 Dec
2009
14 Dec
'09
12:38 p.m.
On Sun, Dec 13, 2009 at 12:43:15PM +0100, Julia Lawall wrote:
From: Julia Lawall julia@diku.dk
sizeof(codec->reg_cache) is just the size of the pointer. Elsewhere in the file, codec->reg_cache is used with sizeof(wm8900_reg_defaults), so the code is changed to do the same here.
Applied, thanks.