commit | 3af272ab75c7a0c7fa5ae5507724d961f7e7718b | [log] [tgz] |
---|---|---|
author | Colin Cross <[email protected]> | Mon May 07 17:57:40 2012 -0700 |
committer | Len Brown <[email protected]> | Sat Jun 02 00:48:49 2012 -0400 |
tree | 114bbb6881afbefa2108038083cdd6216dc53c6c | |
parent | 56cfbf74a17c40f3a741398103c9f5d5a6806715 [diff] |
cpuidle: fix error handling in __cpuidle_register_device Fix the error handling in __cpuidle_register_device to include the missing list_del. Move it to a label, which will simplify the error handling when coupled states are added. Reviewed-by: Santosh Shilimkar <[email protected]> Tested-by: Santosh Shilimkar <[email protected]> Reviewed-by: Kevin Hilman <[email protected]> Tested-by: Kevin Hilman <[email protected]> Signed-off-by: Colin Cross <[email protected]> Reviewed-by: Rafael J. Wysocki <[email protected]> Signed-off-by: Len Brown <[email protected]>