From: Dmitry Torokhov Date: Wed, 21 Apr 2010 05:20:37 +0000 (-0700) Subject: Input: acecad - simplify usb_acecad_disconnect() X-Git-Tag: v2.6.35-rc1~476^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5492f6f801c81c9663417cd8e48e759775977c83;p=pandora-kernel.git Input: acecad - simplify usb_acecad_disconnect() There is no need to check whether acecad structure is attached to the interface; if it isn't and we are called we have much bigger problems. Also no need to call usb_kill_urb() in usb_acecad_disconnect() since it is being called in usb_acecad_close(). Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed