All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fallout from [SPARC64]: Simplify VDC device probing
@ 2007-07-19 23:19 Al Viro
  2007-07-19 23:44 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Al Viro @ 2007-07-19 23:19 UTC (permalink / raw)
  To: davem; +Cc: linux-kernel

	... hopefully that's what you meant here...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
diff --git a/drivers/block/sunvdc.c b/drivers/block/sunvdc.c
index 2288b55..4ee3920 100644
--- a/drivers/block/sunvdc.c
+++ b/drivers/block/sunvdc.c
@@ -849,7 +849,7 @@ static struct vio_device_id vdc_port_match[] = {
 	},
 	{},
 };
-MODULE_DEVICE_TABLE(vio, vdc_match);
+MODULE_DEVICE_TABLE(vio, vdc_port_match);
 
 static struct vio_driver vdc_port_driver = {
 	.id_table	= vdc_port_match,
diff --git a/drivers/net/sunvnet.c b/drivers/net/sunvnet.c
index b801e3b..ef0066b 100644
--- a/drivers/net/sunvnet.c
+++ b/drivers/net/sunvnet.c
@@ -1136,7 +1136,7 @@ static struct vio_device_id vnet_port_match[] = {
 	},
 	{},
 };
-MODULE_DEVICE_TABLE(vio, vnet_match);
+MODULE_DEVICE_TABLE(vio, vnet_port_match);
 
 static struct vio_driver vnet_port_driver = {
 	.id_table	= vnet_port_match,

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

* Re: [PATCH] fallout from [SPARC64]: Simplify VDC device probing
  2007-07-19 23:19 [PATCH] fallout from [SPARC64]: Simplify VDC device probing Al Viro
@ 2007-07-19 23:44 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2007-07-19 23:44 UTC (permalink / raw)
  To: viro; +Cc: linux-kernel

From: Al Viro <viro@ftp.linux.org.uk>
Date: Fri, 20 Jul 2007 00:19:31 +0100

> 	... hopefully that's what you meant here...
> 
> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

Yes, this fix is already in my tree which I'll push to
Linus later tonight.

Thanks Al.

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

end of thread, other threads:[~2007-07-19 23:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-19 23:19 [PATCH] fallout from [SPARC64]: Simplify VDC device probing Al Viro
2007-07-19 23:44 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.