Input: drivers/joystick - fix various sparse warnings
authorDmitry Torokhov <dtor@insightbb.com>
Thu, 3 May 2007 04:52:51 +0000 (00:52 -0400)
committerDmitry Torokhov <dtor@insightbb.com>
Thu, 3 May 2007 04:52:51 +0000 (00:52 -0400)
Fix various issues pointed by sparse:
 - module_param_array_named() takes unsigned int as number
   of parameters argument
 - shadowing of global variables is not healthy. I think there was
   once a bug in db9 caused by it.

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

No differences found