On Fri, Mar 30, 2012 at 03:12:22PM +0900, Tomoya MORINAGA wrote: > commit: c4addcb55417a246b4419cbb075a2e4f412a8645 > > kernel version: 3.2 > > Cc: [email protected] > Signed-off-by: Tomoya MORINAGA <[email protected]> > --- > drivers/gpio/gpio-pch.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/gpio/gpio-pch.c b/drivers/gpio/gpio-pch.c > index f060329..7f008fb 100644 > --- a/drivers/gpio/gpio-pch.c > +++ b/drivers/gpio/gpio-pch.c > @@ -376,7 +376,7 @@ static int __devinit pch_gpio_probe(struct pci_dev *pdev, > } > > chip->base = pci_iomap(pdev, 1, 0); > - if (chip->base == 0) { > + if (!chip->base) {
This is obviously not for the stable kernel tree, why would you send this? confused, greg k-h -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
