From: Sachin Kamat Date: Sat, 24 Nov 2012 02:20:51 +0000 (+0900) Subject: pinctrl: samsung: Do not initialise statics to 0 X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~49^2~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fb6f1ba60d0cfdb5964a02672d4696623822351;p=pandora-kernel.git pinctrl: samsung: Do not initialise statics to 0 Static variables are initialised to 0 by GCC. Fixes the following checkpatch error: ERROR: do not initialise statics to 0 or NULL FILE: pinctrl/pinctrl-samsung.c:50: static unsigned int pin_base = 0; Signed-off-by: Sachin Kamat Acked-by: Linus Walleij Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed