]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] Driver core: Don't "lose" devices on suspend on failure
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 31 May 2005 07:08:49 +0000 (17:08 +1000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 20 Jun 2005 22:15:37 +0000 (15:15 -0700)
commit42b16c051c3f462095fb8c9bad1bc05b34518cb9
tree3178bf5b2e3b516b6aea270c757adf728db83836
parent8215534ce7d073423bfa9c17405c43ab7636ca03
[PATCH] Driver core: Don't "lose" devices on suspend on failure

I think we need this patch or we might "lose" devices to the dpm_irq_off
list if a failure occurs during the suspend process.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/base/power/suspend.c