mirror of
https://github.com/torvalds/linux.git
synced 2024-11-28 15:11:31 +00:00
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:
parent
dd219234d2
commit
c6bde2d9cb
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user