On Fri, Mar 30, 2012 at 3:42 PM, Jonathan Nieder <[email protected]> wrote: > Tomoya MORINAGA wrote: > >> --- a/drivers/gpio/gpio-ml-ioh.c >> +++ b/drivers/gpio/gpio-ml-ioh.c >> @@ -428,7 +428,7 @@ static int __devinit ioh_gpio_probe(struct pci_dev *pdev, >> } >> >> base = pci_iomap(pdev, 1, 0); >> - if (base == 0) { >> + if (!base) { > > Does this fix a build error, an oops, a hang, or some other critical > problem? If not, what part of stable_kernel_rules.txt suggests it > might be needed for the -stable tree?
You are right. I should not have sent this patch. > Why are the original commit > messages stripped out from these patches, by the way? Does it need ? When I posted before, nobody said about it. Anyway, next, I'll remain original comment. thanks. -- ROHM Co., Ltd. tomoya -- 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
