freezer: don't unnecessarily set PF_NOFREEZE explicitly
[deliverable/linux.git] / drivers / bluetooth / btmrvl_main.c
index a88a78c86162fb15516fe5525a639f0769dec18d..6c3defa508454e1d76937abf9235b07fc6e880a8 100644 (file)
@@ -475,8 +475,6 @@ static int btmrvl_service_main_thread(void *data)
 
        init_waitqueue_entry(&wait, current);
 
-       current->flags |= PF_NOFREEZE;
-
        for (;;) {
                add_wait_queue(&thread->wait_q, &wait);
 
This page took 0.025732 seconds and 5 git commands to generate.