Messages in this thread |  | | Date | Mon, 25 Aug 2003 18:12:41 +1000 | | Subject | Re: [AMD76X] | | From | Herbert Xu <> |
| |
On Sun, Aug 24, 2003 at 07:53:21PM +0200, Willy Tarreau wrote: > > I'm wondering whether this patch should be needed too. > > --- linux-2.4.22-rc3/drivers/char/amd76x_pm.c.orig Sun Aug 24 19:52:42 2003 > +++ linux-2.4.22-rc3/drivers/char/amd76x_pm.c Sun Aug 24 19:53:49 2003 > @@ -620,6 +620,8 @@ > #ifndef AMD76X_NTH > if (!amd76x_pm_cfg.curr_idle) { > printk(KERN_ERR "amd76x_pm: Idle function not changed\n"); > + pci_unregister_driver(&amd_nb_driver); > + pci_unregister_driver(&amd_sb_driver); > return 1; > }
Although this error is currently not possible, we should include your fixup anyway.
Thanks, -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |