From: Roman Tereshonkov Date: Tue, 17 Jun 2008 13:48:06 +0000 (+0300) Subject: The fix prevents kernel crash caused by twl4030 power button malfunction. X-Git-Tag: v2.6.26-omap1~116 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f4f59c6c05c5ea365e8dc216f3812aa142a2b55;p=pandora-kernel.git The fix prevents kernel crash caused by twl4030 power button malfunction. If i2c connection is broken the twl4030 power button driver is unregistered. The function input_free_device has to be called only when input_register_device failed. Otherwise input_unregister_device is used. Signed-off-by: Roman Tereshonkov Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed