On Mon, Aug 14, 2006 at 11:00:28PM -0700, [EMAIL PROTECTED] wrote: > From: Alexey Dobriyan <[EMAIL PROTECTED]> > > Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> > Cc: Jeff Garzik <[EMAIL PROTECTED]> > Cc: Dominik Brodowski <[EMAIL PROTECTED]> > Cc: Valerie Henson <[EMAIL PROTECTED]> > Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Ack. Add my: Signed-off-by: Valerie Henson <[EMAIL PROTECTED]> -VAL > --- > > drivers/net/tulip/xircom_cb.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff -puN > drivers/net/tulip/xircom_cb.c~xircom_cb-wire-up-errors-from-pci_register_driver > drivers/net/tulip/xircom_cb.c > --- > a/drivers/net/tulip/xircom_cb.c~xircom_cb-wire-up-errors-from-pci_register_driver > +++ a/drivers/net/tulip/xircom_cb.c > @@ -1264,8 +1264,7 @@ static void investigate_write_descriptor > > static int __init xircom_init(void) > { > - pci_register_driver(&xircom_ops); > - return 0; > + return pci_register_driver(&xircom_ops); > } > > static void __exit xircom_exit(void) > _ > - > To unsubscribe from this list: send the line "unsubscribe netdev" in > the body of a message to [EMAIL PROTECTED] > More majordomo info at http://vger.kernel.org/majordomo-info.html - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html