]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/base/power/main.c
PM: fix new mutex-locking bug in the PM core
[linux-2.6-omap-h63xx.git] / drivers / base / power / main.c
index b0c16f6fc1864654a53e6da1be60b19a7ea6a15d..d887d5cb5bef74496f323a84d94b691ab24a2550 100644 (file)
@@ -428,6 +428,7 @@ static int dpm_suspend(pm_message_t state)
 
                mutex_unlock(&dpm_list_mtx);
                error = suspend_device(dev, state);
+               mutex_lock(&dpm_list_mtx);
                if (error) {
                        printk(KERN_ERR "Could not suspend device %s: "
                                        "error %d%s\n",
@@ -438,7 +439,6 @@ static int dpm_suspend(pm_message_t state)
                                        ""));
                        break;
                }
-               mutex_lock(&dpm_list_mtx);
                if (!list_empty(&dev->power.entry))
                        list_move(&dev->power.entry, &dpm_off);
        }