From 1e4bbcf02b6e332cec22949f9acebacdd582d893 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Wed, 11 Mar 2009 11:25:15 +0000 Subject: fix-hdq-suspend-level.patch Signed-off-by: Andy Green --- drivers/power/hdq.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'drivers/power') diff --git a/drivers/power/hdq.c b/drivers/power/hdq.c index d8062369fcb..755a5efe5ec 100644 --- a/drivers/power/hdq.c +++ b/drivers/power/hdq.c @@ -404,8 +404,7 @@ static struct attribute_group hdq_attr_group = { static int hdq_suspend(struct platform_device *pdev, pm_message_t state) { /* after 18s of this, the battery monitor will also go to sleep */ - hdq_priv.pdata->gpio_set(0); - hdq_priv.pdata->gpio_dir_out(); + hdq_priv.pdata->gpio_dir_in(); hdq_priv.pdata->disable_fiq(); return 0; } -- cgit v1.2.3