On Sat, Feb 21, 2004 at 01:21:02PM -0500, Mark M. Hoffman wrote: > * Greg KH <greg at kroah.com> [2004-02-20 17:12:16 -0800]: > > On Wed, Feb 18, 2004 at 09:03:39PM -0500, Mark M. Hoffman wrote: > > > diff -Nru linux-2.6.3-orig/drivers/pci/quirks.c linux-2.6.3-mmh/drivers/pci/quirks.c > > > --- linux-2.6.3-orig/drivers/pci/quirks.c 2004-02-10 12:55:18.000000000 -0500 > > > +++ linux-2.6.3-mmh/drivers/pci/quirks.c 2004-02-18 20:37:32.000000000 -0500 > > > @@ -757,7 +757,7 @@ > > > > > > #define SIS_DETECT_REGISTER 0x40 > > > > > > -static void __init quirk_sis_503_smbus(struct pci_dev *dev) > > > +static void __init quirk_sis_503(struct pci_dev *dev) > > > > Why rename the function? > > Because that routine no longer has anything to do with > the smbus (as it did when I originally wrote it). > Now, it simply renames the 503 device if necessary. > > I should have mentioned this when Linus made that change, > but I patched it now since I was already editing there. Ok, that makes sense. I've applied this patch to my trees and will send it on in the next big sync up. thanks, greg k-h