From: Dan Carpenter Date: Tue, 25 Feb 2014 08:33:44 +0000 (+0300) Subject: ASoC: intel: incorrect sizeof() X-Git-Tag: v3.15-rc1~36^2~1^2~4^2~11^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31d632f95567a84e1344aa110249a8346c35d2ec;p=pandora-kernel.git ASoC: intel: incorrect sizeof() This should be sizeof(pos) instead of sizeof(&pos). Most likely they are both 8 bytes though so it doesn't often make a difference in real life. Fixes: 22981243589c ('ASoC: Intel: Add Haswell/Broadwell IPC') Signed-off-by: Dan Carpenter Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed