On Fri, Mar 30, 2012 at 03:12:23PM +0900, Tomoya MORINAGA wrote: > commit: cd7bf8a554fdfaadcee6d66900c7710651dc58f2 > > 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 7f008fb..68fa55e 100644 > --- a/drivers/gpio/gpio-pch.c > +++ b/drivers/gpio/gpio-pch.c > @@ -231,7 +231,7 @@ static void pch_gpio_setup(struct pch_gpio *chip) > static int pch_irq_type(struct irq_data *d, unsigned int type) > { > u32 im; > - u32 *im_reg; > + u32 __iomem *im_reg;
Again, how does this patch meet the stable kernel rules? 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
