From: Lee Jones <lee.jones@linaro.org>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: Samuel Ortiz <sameo@linux.intel.com>, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/3] mfd: ipaq-micro: clean up development cruft
Date: Thu, 23 Jul 2015 16:41:30 +0100 [thread overview]
Message-ID: <20150723154130.GP3436@x1> (raw)
In-Reply-To: <1437551743-20599-1-git-send-email-linus.walleij@linaro.org>
On Wed, 22 Jul 2015, Linus Walleij wrote:
> Clean out a misspelled "HW" (MW) and remove commented-out
> codeline.
>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
> 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
prev parent reply other threads:[~2015-07-23 15:41 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-22 7:55 [PATCH 1/3] mfd: ipaq-micro: clean up development cruft Linus Walleij
2015-07-22 7:55 ` [PATCH 2/3] mfd: ipaq-micro: convert prints to debug prints Linus Walleij
2015-07-23 15:41 ` Lee Jones
2015-07-22 7:55 ` [PATCH 3/3] mfd: ipaq-micro: convert to builtin platform driver Linus Walleij
2015-07-23 15:42 ` Lee Jones
2015-07-23 15:41 ` Lee Jones [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150723154130.GP3436@x1 \
--to=lee.jones@linaro.org \
--cc=linus.walleij@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sameo@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.