dect
/
linux-2.6
Archived
13
0
Fork 0

Input: psmouse - fix compile warning in hgpk module

The variable 'dev' is unused in function 'hgpk_register'.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
René Bolldorf 2009-12-29 23:06:52 -08:00 committed by Dmitry Torokhov
parent dd219234d2
commit c6bde2d9cb
1 changed files with 0 additions and 1 deletions

View File

@ -427,7 +427,6 @@ static void hgpk_recalib_work(struct work_struct *work)
static int hgpk_register(struct psmouse *psmouse)
{
struct input_dev *dev = psmouse->dev;
int err;
/* register handlers */