netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fix wrong argument of tc35815_read_plat_dev_addr()
@ 2007-07-18  2:13 Yoichi Yuasa
  2007-07-18  2:23 ` Atsushi Nemoto
  2007-07-18 22:38 ` Jeff Garzik
  0 siblings, 2 replies; 3+ messages in thread
From: Yoichi Yuasa @ 2007-07-18  2:13 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: yoichi_yuasa, netdev, Atsushi Nemoto

Fix wrong argument of tc35815_read_plat_dev_addr()

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.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;
 }

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] fix wrong argument of tc35815_read_plat_dev_addr()
  2007-07-18  2:13 [PATCH] fix wrong argument of tc35815_read_plat_dev_addr() Yoichi Yuasa
@ 2007-07-18  2:23 ` Atsushi Nemoto
  2007-07-18 22:38 ` Jeff Garzik
  1 sibling, 0 replies; 3+ messages in thread
From: Atsushi Nemoto @ 2007-07-18  2:23 UTC (permalink / raw)
  To: yoichi_yuasa; +Cc: jeff, netdev

On Wed, 18 Jul 2007 11:13:42 +0900, Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> wrote:
> Fix wrong argument of tc35815_read_plat_dev_addr()

Oh my fault!  Thanks!

Acked-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] fix wrong argument of tc35815_read_plat_dev_addr()
  2007-07-18  2:13 [PATCH] fix wrong argument of tc35815_read_plat_dev_addr() Yoichi Yuasa
  2007-07-18  2:23 ` Atsushi Nemoto
@ 2007-07-18 22:38 ` Jeff Garzik
  1 sibling, 0 replies; 3+ messages in thread
From: Jeff Garzik @ 2007-07-18 22:38 UTC (permalink / raw)
  To: Yoichi Yuasa; +Cc: netdev, Atsushi Nemoto

Yoichi Yuasa wrote:
> Fix wrong argument of tc35815_read_plat_dev_addr()
> 
> Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>

applied



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-07-18 22:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-18  2:13 [PATCH] fix wrong argument of tc35815_read_plat_dev_addr() Yoichi Yuasa
2007-07-18  2:23 ` Atsushi Nemoto
2007-07-18 22:38 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).