Input: xpad - remove useless check in xpad_remove
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 12 Nov 2010 05:52:18 +0000 (21:52 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 12 Nov 2010 06:02:27 +0000 (22:02 -0800)
ixpad can never be NULL here; if it is NULL we would not have been bound to
the interface and then why would we be called?

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

No differences found