From: Peter Ujfalusi Date: Wed, 21 Aug 2013 08:31:37 +0000 (+0300) Subject: twl4030-charger: Fix compiler warning with regulator_enable() X-Git-Tag: v3.12-rc1~58^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=697be361d2b3fd7760869341d7ce805092a5c1e5;p=pandora-kernel.git twl4030-charger: Fix compiler warning with regulator_enable() The return value of regulator_enable need to be checked. This patch fixes the following warning: drivers/power/twl4030_charger.c: In function ‘twl4030_charger_enable_usb’: drivers/power/twl4030_charger.c:192:20: warning: ignoring return value of ‘regulator_enable’, declared with attribute warn_unused_result [-Wunused-result] Signed-off-by: Peter Ujfalusi Signed-off-by: Anton Vorontsov --- Reading git-diff-tree failed