]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
USB: Use usb_disabled() consistently
authorViresh Kumar <viresh.kumar@linaro.org>
Fri, 20 Mar 2015 03:34:40 +0000 (09:04 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Mar 2015 09:48:22 +0000 (10:48 +0100)
commit1da47f54ddaf99d2fa8b4319480d49b88ff5fc2c
treea68677db11fe60bbed2f60dbd30f546237fe9915
parent66e3e591891da9899a8990792da080432531ffd4
USB: Use usb_disabled() consistently

At few places we have used usb_disabled() and at other places used 'nousb'
directly. Lets be consistent and use usb_disabled();

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/usb.c