diff options
Diffstat (limited to 'drivers/usb/storage/usb.c')
| -rw-r--r-- | drivers/usb/storage/usb.c | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/drivers/usb/storage/usb.c b/drivers/usb/storage/usb.c index 35c1ca6b5a8e..77e7fc258aa2 100644 --- a/drivers/usb/storage/usb.c +++ b/drivers/usb/storage/usb.c @@ -847,10 +847,8 @@ retry:  		wait_event_interruptible_timeout(us->delay_wait,  				test_bit(US_FLIDX_DISCONNECTING, &us->flags),  				delay_use * HZ); -		if (current->flags & PF_FREEZE) { -			refrigerator(PF_FREEZE); +		if (try_to_freeze())  			goto retry; -		}  	}  	/* If the device is still connected, perform the scanning */ | 
