X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fpci%2Fhotplug%2Fcpqphp_ctrl.c;h=a7913f7e96da88f1876c584c9358522456896a49;hb=2cf7311f007833d5818fc9241c09a372c0325a4a;hp=7073a4aeb02506b1b243bcd3b09989e7021db8c9;hpb=a91482bdcc2e0f6035702e46f1b99043a0893346;p=linux-2.6.git diff --git a/drivers/pci/hotplug/cpqphp_ctrl.c b/drivers/pci/hotplug/cpqphp_ctrl.c index 7073a4aeb..a7913f7e9 100644 --- a/drivers/pci/hotplug/cpqphp_ctrl.c +++ b/drivers/pci/hotplug/cpqphp_ctrl.c @@ -1829,7 +1829,7 @@ int cpqhp_event_start_thread(void) init_MUTEX_LOCKED(&event_exit); event_finished=0; - pid = kernel_thread(event_thread, NULL, 0); + pid = kernel_thread(event_thread, 0, 0); if (pid < 0) { err ("Can't start up our event thread\n"); return -1;