From: Dmitry Torokhov Date: Wed, 21 Apr 2010 05:06:53 +0000 (-0700) Subject: Input: kbtab - simplify kbtab_disconnect() X-Git-Tag: v2.6.35-rc1~476^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=331cb022d3ac1f85f7842a51495c33c629e947bc;p=pandora-kernel.git Input: kbtab - simplify kbtab_disconnect() There is no need to check whether kbtab 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 kbtab_disconnect() since it is being called in kbtab_close(). Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed