On Fri, Mar 30, 2012 at 03:19:36PM +0900, Tomoya MORINAGA wrote: > commit: dd9328a6b026060699d4136d8f926e39281c8a18 > > kernel version: 3.2 > > Cc: [email protected] > Signed-off-by: Tomoya MORINAGA <[email protected]> > --- > drivers/gpio/gpio-ml-ioh.c | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/gpio/gpio-ml-ioh.c b/drivers/gpio/gpio-ml-ioh.c > index af6d4f3..03d6dd5 100644 > --- a/drivers/gpio/gpio-ml-ioh.c > +++ b/drivers/gpio/gpio-ml-ioh.c > @@ -248,7 +248,7 @@ static void ioh_gpio_setup(struct ioh_gpio *chip, int > num_port) > static int ioh_irq_type(struct irq_data *d, unsigned int type) > { > u32 im; > - u32 *im_reg; > + void __iomem *im_reg;
How does this patch meet the stable_kernel_rules.txt requirements? 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
