* [patch] pci/hotplug/cpqphp_ctrl.c: remove stale BKL use
@ 2007-07-24 9:16 Ingo Molnar
0 siblings, 0 replies; only message in thread
From: Ingo Molnar @ 2007-07-24 9:16 UTC (permalink / raw)
To: Greg KH; +Cc: linux-kernel
Subject: pci/hotplug/cpqphp_ctrl.c: remove stale BKL use
From: Ingo Molnar <mingo@elte.hu>
remove stale BKL use from drivers/pci/hotplug/cpqphp_ctrl.c.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
drivers/pci/hotplug/cpqphp_ctrl.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
Index: linux-rt-rebase.q/drivers/pci/hotplug/cpqphp_ctrl.c
===================================================================
--- linux-rt-rebase.q.orig/drivers/pci/hotplug/cpqphp_ctrl.c
+++ linux-rt-rebase.q/drivers/pci/hotplug/cpqphp_ctrl.c
@@ -1746,10 +1746,8 @@ static void pushbutton_helper_thread(uns
static int event_thread(void* data)
{
struct controller *ctrl;
- lock_kernel();
+
daemonize("phpd_event");
-
- unlock_kernel();
while (1) {
dbg("!!!!event_thread sleeping\n");
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-07-24 9:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-24 9:16 [patch] pci/hotplug/cpqphp_ctrl.c: remove stale BKL use Ingo Molnar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox