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?  Why are the original commit
messages stripped out from these patches, by the way?
--
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

Reply via email to