On Wed, 22 Jul 2015, Linus Walleij wrote:

> Clean out a misspelled "HW" (MW) and remove commented-out
> codeline.
> 
> Signed-off-by: Linus Walleij <[email protected]>
> ---
>  drivers/mfd/ipaq-micro.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)

Applied, thanks.

> diff --git a/drivers/mfd/ipaq-micro.c b/drivers/mfd/ipaq-micro.c
> index 8df3266064e4..99bc2e844c29 100644
> --- a/drivers/mfd/ipaq-micro.c
> +++ b/drivers/mfd/ipaq-micro.c
> @@ -250,7 +250,7 @@ static void ipaq_micro_eeprom_dump(struct ipaq_micro 
> *micro)
>       ipaq_micro_eeprom_read(micro, 0, 128, dump);
>       str = ipaq_micro_str(dump, 10);
>       if (str) {
> -             dev_info(micro->dev, "HM version %s\n", str);
> +             dev_info(micro->dev, "HW version %s\n", str);
>               kfree(str);
>       }
>       str = ipaq_micro_str(dump+10, 40);
> @@ -474,7 +474,6 @@ static struct platform_driver micro_device_driver = {
>       },
>       .probe    = micro_probe,
>       .remove   = micro_remove,
> -     /* .shutdown = micro_suspend, // FIXME */
>  };
>  module_platform_driver(micro_device_driver);
>  

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to