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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 14 Oct 2007 15:35:55 +0900
From:	Yoichi Yuasa <yoichi_yuasa@...peaks.co.jp>
To:	Jeff Garzik <jeff@...zik.org>
Cc:	yoichi_yuasa@...peaks.co.jp, netdev@...r.kernel.org,
	Atsushi Nemoto <anemo@....ocn.ne.jp>
Subject: [PATCH] tc35815: remove redefinition of lp

Remove redefinition of lp in tc35815.c.

drivers/net/tc35815.c: In function 'tc35815_interrupt':
drivers/net/tc35815.c:1464: error: redefinition of 'lp'
drivers/net/tc35815.c:1443: error: previous definition of 'lp' was here

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@...peaks.co.jp>

diff -pruN -X generic/Documentation/dontdiff generic-orig/drivers/net/tc35815.c generic/drivers/net/tc35815.c
--- generic-orig/drivers/net/tc35815.c	2007-10-13 20:23:24.627909000 +0900
+++ generic/drivers/net/tc35815.c	2007-10-14 15:09:16.170932750 +0900
@@ -1461,7 +1461,6 @@ static irqreturn_t tc35815_interrupt(int
 	}
 	return IRQ_NONE;
 #else
-	struct tc35815_local *lp = dev->priv;
 	int handled;
 	u32 status;
 
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ