From: Arnd Bergmann Date: Sat, 15 Mar 2014 10:43:39 +0000 (+0100) Subject: ARM: s3c24xx: fix gta02 build error X-Git-Tag: v3.15-rc1~81^2~8^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=645e27b05203d1535819390bc40660c1669e6093;p=pandora-kernel.git ARM: s3c24xx: fix gta02 build error The gta02 has always been broken in the case when CONFIG_PCF50633_ADC is not used, since gta02_charger_worker then passes a nonexisting variable into the pcf50633_mbc_usb_curlim_set() function. This addresses the obvious typo by using the variable that is used everywhere else in this file. Signed-off-by: Arnd Bergmann Acked-by: Kukjin Kim Cc: Tomasz Figa Cc: Ben Dooks --- Reading git-diff-tree failed