On Mon, Jul 25, 2016 at 5:59 PM, Bin Gao <[email protected]> wrote: > This patch introduces a separate GPIO driver for Intel WhiskeyCove PMIC. > This driver is based on gpio-crystalcove.c. > > Signed-off-by: Ajay Thomas <[email protected]>
This looks like an invalid address, and .... > Signed-off-by: Bin Gao <[email protected]> > Reviewed-by: Andy Shevchenko <[email protected]> > Reviewed-by: Mika Westerberg <[email protected]> > --- [....] > +module_platform_driver(wcove_gpio_driver); > + > +MODULE_AUTHOR("Ajay Thomas <[email protected]>"); ...the same here. In fact it sure looks like two names. Anyway I just got a bounce when I tried to use it... Paul. -- > +MODULE_AUTHOR("Bin Gao <[email protected]>"); > +MODULE_DESCRIPTION("Intel Whiskey Cove GPIO Driver"); > +MODULE_LICENSE("GPL v2"); > +MODULE_ALIAS("platform:bxt_wcove_gpio"); > -- > 1.9.1 >

