Commit 60ac8f20 authored by Ingo Molnar's avatar Ingo Molnar Committed by Greg Kroah-Hartman

pci/hotplug/cpqphp_ctrl.c: remove stale BKL use

remove stale BKL use from drivers/pci/hotplug/cpqphp_ctrl.c.
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 5ca24814
...@@ -1746,10 +1746,8 @@ static void pushbutton_helper_thread(unsigned long data) ...@@ -1746,10 +1746,8 @@ static void pushbutton_helper_thread(unsigned long data)
static int event_thread(void* data) static int event_thread(void* data)
{ {
struct controller *ctrl; struct controller *ctrl;
lock_kernel();
daemonize("phpd_event"); daemonize("phpd_event");
unlock_kernel();
while (1) { while (1) {
dbg("!!!!event_thread sleeping\n"); dbg("!!!!event_thread sleeping\n");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment