From: Wei Yongjun Date: Thu, 14 Mar 2013 13:59:38 +0000 (+0800) Subject: pinctrl: exynos5440: fix invalid use of sizeof in exynos5440_pinctrl_probe() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~141^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c078d78aa96ceafab7379b6a50e92d9d8e2f97b5;p=pandora-kernel.git pinctrl: exynos5440: fix invalid use of sizeof in exynos5440_pinctrl_probe() sizeof() when applied to a pointer typed expression gives the size of the pointer, not that of the pointed data. Signed-off-by: Wei Yongjun Signed-off-by: Linus Walleij --- Reading git-diff-tree failed