summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorJiri Slaby <jslaby@suse.cz>2013-03-04 06:09:07 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-03-04 06:09:07 +0800
commit55bce39db26a3b1d6b18fc0ae5d57948946f0c49 (patch)
tree649d35957d50f32031d03a595b270a025b77b089 /MAINTAINERS
parentcc0e3e13b0a90e5ff42d5b134939eacf5e7e497c (diff)
dca: check against empty dca_domains list before unregister provider fix
In 3.0.67, commit 7a9a20ea77e7508c795dead9ab2f6c98a617762d (dca: check against empty dca_domains list before unregister provider), upstream commit c419fcfd071cf34ba00f9f65282583772d2655e7, added a fail path to unregister_dca_provider. It added there also a call to raw_spin_unlock_irqrestore. But in 3.0, the lock is not raw, so this results in: drivers/dca/dca-core.c: In function 'unregister_dca_provider': drivers/dca/dca-core.c:413: warning: passing argument 1 of '_raw_spin_unlock_irqrestore' from incompatible pointer type Fix it by calling spin_unlock_irqrestore properly. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions