Skip to content

Commit

Permalink
pci/hotplug/cpqphp_ctrl.c: remove stale BKL use
Browse files Browse the repository at this point in the history
remove stale BKL use from drivers/pci/hotplug/cpqphp_ctrl.c.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Ingo Molnar authored and Greg Kroah-Hartman committed Aug 22, 2007
1 parent 5ca2481 commit 60ac8f2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions drivers/pci/hotplug/cpqphp_ctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1746,10 +1746,8 @@ static void pushbutton_helper_thread(unsigned long data)
static int event_thread(void* data)
{
struct controller *ctrl;
lock_kernel();

daemonize("phpd_event");

unlock_kernel();

while (1) {
dbg("!!!!event_thread sleeping\n");
Expand Down

0 comments on commit 60ac8f2

Please sign in to comment.