[alsa-devel] [PATCH 9/9] sound/soc/codecs: Correct code taking the size of a pointer

Mark Brown broonie at opensource.wolfsonmicro.com
Mon Dec 14 12:38:51 CET 2009


On Sun, Dec 13, 2009 at 12:43:15PM +0100, Julia Lawall wrote:
> From: Julia Lawall <julia at 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.


More information about the Alsa-devel mailing list