From: Gabriele Mazzotta Date: Sun, 26 Apr 2015 18:51:50 +0000 (+0200) Subject: Bluetooth: Skip the shutdown routine if the interface is not up X-Git-Tag: omap-for-v4.2/wakeirq-drivers~2^2~30^2~26^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d24d81444f8caf1895256ef2d2e89ae8202a17e4;p=pandora-kernel.git Bluetooth: Skip the shutdown routine if the interface is not up Most likely, the shutdown routine requires the interface to be up. This is the case for BTUSB_INTEL: the routine tries to send a command to the interface, but since this one is down, it fails and exits once HCI_INIT_TIMEOUT has expired. Signed-off-by: Gabriele Mazzotta Signed-off-by: Marcel Holtmann Cc: stable@vger.kernel.org # 4.0.x --- Reading git-diff-tree failed