Skip to content

Commit

Permalink
Input: psmouse - fix compile warning in hgpk module
Browse files Browse the repository at this point in the history
The variable 'dev' is unused in function 'hgpk_register'.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
  • Loading branch information
René Bolldorf authored and Dmitry Torokhov committed Dec 30, 2009
1 parent dd21923 commit c6bde2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/input/mouse/hgpk.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit c6bde2d

Please sign in to comment.