From: Laurent Navet Date: Tue, 8 Jan 2013 13:40:09 +0000 (+0100) Subject: i2c: muxes: fix wrong use of sizeof(ptr) X-Git-Tag: v3.8-rc5~9^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43a2bd42d077de6ad40b00a2abfc4677e24d239c;p=pandora-kernel.git i2c: muxes: fix wrong use of sizeof(ptr) sizeof when applied to a pointer typed expression gives the size of the pointer The semantic patch that makes this output is available in scripts/coccinelle/misc/noderef.cocci. More information about semantic patching is available at http://coccinelle.lip6.fr/ Signed-off-by: Laurent Navet Acked-by: Jean Delvare Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed