The patch titled
     meth driver renovation (fix)
has been removed from the -mm tree.  Its filename was
     meth-driver-renovation-fix.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: meth driver renovation (fix)
From: Ralf Baechle <[EMAIL PROTECTED]>

Fixed typo in meth_exit_module()

Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
Cc: Jeff Garzik <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 drivers/net/meth.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/net/meth.c~meth-driver-renovation-fix drivers/net/meth.c
--- a/drivers/net/meth.c~meth-driver-renovation-fix
+++ a/drivers/net/meth.c
@@ -851,7 +851,7 @@ static int __init meth_init_module(void)
 
 static void __exit meth_exit_module(void)
 {
-       platform_driver_register(&meth_driver);
+       platform_driver_unregister(&meth_driver);
 }
 
 module_init(meth_init_module);
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

lots-of-architectures-enable-arbitary-speed-tty-support.patch
git-mips.patch
serial-use-resource_size_t-for-port-io-addresses.patch
update-zilog-timeout.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to