From: Dan Carpenter Date: Wed, 16 Apr 2014 15:38:11 +0000 (+0300) Subject: ASoC: Intel: some incorrect sizeof() usages X-Git-Tag: omap-for-v3.16/pm-signed~32^2~2^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7897ab78f64008a81344af9fecec6527dbab7a31;p=pandora-kernel.git ASoC: Intel: some incorrect sizeof() usages The intent was to say "sizeof(*pos)" and not "sizeof(pos)". The sizeof(*pos) is 8 bytes so the bug won't show up on 64 bit systems. The sizeof(*dx) is 172 bytes so that will be a bugfix. Signed-off-by: Dan Carpenter Signed-off-by: Mark Brown --- Reading git-diff-tree failed