git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee7aa6c
)
Input: kbtab - simplify kbtab_disconnect()
author
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Wed, 21 Apr 2010 05:06:53 +0000
(22:06 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Wed, 21 Apr 2010 05:34:36 +0000
(22:34 -0700)
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 <dtor@mail.ru>
No differences found