lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 30 Dec 2009 01:23:32 +0100
From:	René Bolldorf <xsecute@...glemail.com>
To:	linux-kernel@...r.kernel.org
Subject: [PATCH]drivers/input/mouse/hgpk.c:430 unused variable 'dev'

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

Greeting's René Bolldorf

--- ./drivers/input/mouse/hgpk.c  2009-12-30 00:27:24.658980644 +0100
+++ ./drivers/input/mouse/hgpk.c  2009-12-30 00:54:55.374983957 +0100
@@ -427,7 +427,6 @@ static void hgpk_recalib_work(struct wor

  static int hgpk_register(struct psmouse *psmouse)
  {
-    struct input_dev *dev = psmouse->dev;
      int err;

      /* register handlers */
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ