mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-13 16:50:05 +00:00
pci/hotplug/cpqphp_ctrl.c: remove stale BKL use
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>
This commit is contained in:
parent
5ca2481424
commit
60ac8f20fe
@ -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");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user