From 888d5b6a8214dfa89cce96a32f91d1c00b4a927d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pali=20Roh=C3=A1r?= Date: Tue, 1 Nov 2011 01:43:11 +0100 Subject: [PATCH] bq27x00_battery: Fix OOPS caused by unregistring bq27x00 driver MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * power_supply_unregister call bq27x00_battery_get_property which call bq27x00_battery_poll * make sure that bq27x00_battery_poll will not call schedule_delayed_work again after unregister (which cause OOPS) Signed-off-by: Pali Rohár Signed-off-by: Anton Vorontsov --- Reading git-format-patch failed