From: Felix Fietkau Date: Tue, 12 Nov 2013 15:34:41 +0000 (+0100) Subject: usbnet: fix status interrupt urb handling X-Git-Tag: v3.13-rc1~33^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52f48d0d9aaa621ffa5e08d79da99a3f8c93b848;p=pandora-kernel.git usbnet: fix status interrupt urb handling Since commit 7b0c5f21f348a66de495868b8df0284e8dfd6bbf "sierra_net: keep status interrupt URB active", sierra_net triggers status interrupt polling before the net_device is opened (in order to properly receive the sync message response). To be able to receive further interrupts, the interrupt urb needs to be re-submitted, so this patch removes the bogus check for netif_running(). Signed-off-by: Felix Fietkau Tested-by: Dan Williams Signed-off-by: David S. Miller --- Reading git-diff-tree failed