From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Date: Mon, 14 Dec 2009 11:38:51 +0000 Subject: Re: [PATCH 9/9] sound/soc/codecs: Correct code taking the size of Message-Id: <20091214113851.GD21066@rakim.wolfsonmicro.main> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Julia Lawall Cc: alsa-devel@alsa-project.org, Takashi Iwai , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, Liam Girdwood On Sun, Dec 13, 2009 at 12:43:15PM +0100, Julia Lawall wrote: > From: Julia Lawall > > 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.