The patch titled meth driver renovation (fix) has been added to the -mm tree. Its filename is meth-driver-renovation-fix.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: meth driver renovation (fix) From: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Fixed typo in meth_exit_module() Signed-off-by: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Cc: Jeff Garzik <jeff@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- 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 ralf@xxxxxxxxxxxxxx are lots-of-architectures-enable-arbitary-speed-tty-support.patch git-mips.patch serial-use-resource_size_t-for-port-io-addresses.patch meth-driver-renovation.patch meth-driver-renovation-fix.patch update-zilog-timeout.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html