Re: [parisc-linux] [CFT 10/29] Add parisc_bus_type probe and remove methods

From: Matthew Wilcox
Date: Thu Jan 05 2006 - 13:45:37 EST


On Thu, Jan 05, 2006 at 02:34:38PM +0000, Russell King wrote:
> Signed-off-by: Russell King <rmk+kernel@xxxxxxxxxxxxxxxx>

Works fine, Acked-by: Matthew Wilcox <matthew@xxxxxx>

> diff -up -x BitKeeper -x ChangeSet -x SCCS -x _xlk -x *.orig -x *.rej -x .git linus/arch/parisc/kernel/drivers.c linux/arch/parisc/kernel/drivers.c
> --- linus/arch/parisc/kernel/drivers.c Sun Nov 6 22:14:46 2005
> +++ linux/arch/parisc/kernel/drivers.c Sun Nov 13 16:08:49 2005
> @@ -173,8 +173,6 @@ int register_parisc_driver(struct parisc
> WARN_ON(driver->drv.probe != NULL);
> WARN_ON(driver->drv.remove != NULL);

I wonder if you want to delete the two WARN_ONs here too.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/