Input: aiptek - do not check for NULL in attribute methods
authorDmitry Torokhov <dtor@insightbb.com>
Mon, 21 May 2007 04:17:44 +0000 (00:17 -0400)
committerDmitry Torokhov <dtor@insightbb.com>
Tue, 10 Jul 2007 04:35:15 +0000 (00:35 -0400)
commit02fb6c385c72823af4fac83963a05be9163c73ea
tree53d5e15947cc517af5a7aedf8a47105e747cbb7b
parentb087e1f3ee9ae4da49fdeca2b0f0f8fc5a886a79
Input: aiptek - do not check for NULL in attribute methods

It makes no sense to check for NULL in attribute methods -
we do usb_set_intfdata before creating attributes and once
attributes have been removed we are guaranteed to not be
called.

Signed-off-by: Rene van Paassen <rene.vanpaassen@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/tablet/aiptek.c