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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Wed, 18 Jul 2007 11:13:42 +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] fix wrong argument of tc35815_read_plat_dev_addr() Fix wrong argument of tc35815_read_plat_dev_addr() 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-07-18 10:45:56.542655750 +0900 +++ generic/drivers/net/tc35815.c 2007-07-18 10:41:42.230762250 +0900 @@ -626,7 +626,7 @@ static int __devinit tc35815_read_plat_d return -ENODEV; } #else -static int __devinit tc35815_read_plat_dev_addr(struct device *dev) +static int __devinit tc35815_read_plat_dev_addr(struct net_device *dev) { return -ENODEV; } - 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