linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kevin Strasser <strassek@engr.orst.edu>
To: Michael Brunner <mibru@gmx.de>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Guenter Roeck <linux@roeck-us.net>,
	Darren Hart <dvhart@linux.intel.com>,
	Samuel Ortiz <sameo@linux.intel.com>,
	Chris Healy <chealy@imsco-us.com>,
	Linus Walleij <linus.walleij@linaro.org>,
	linux-gpio@vger.kernel.org
Subject: Re: [PATCH] gpio: Fix platform driver name in Kontron PLD GPIO driver
Date: Sat, 10 Aug 2013 15:10:43 -0700	[thread overview]
Message-ID: <20130810221043.GC18039@flip3.engr.oregonstate.edu> (raw)
In-Reply-To: <20130809173306.1ba24b59@mail.gmx.de>

On Fri, Aug 09, 2013 at 05:33:06PM +0200, Michael Brunner wrote:
> This patch changes the driver name to be consistent with the name that
> is registered as cell name in the MFD driver. Otherwise the driver won't
> load.
> 
> Signed-off-by: Michael Brunner <michael.brunner@kontron.com>

Acked-by: Kevin Strasser <strassek@engr.orst.edu>

> ---
>  drivers/gpio/gpio-kempld.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpio/gpio-kempld.c b/drivers/gpio/gpio-kempld.c
> index 1bdc3a2..d3ed563 100644
> --- a/drivers/gpio/gpio-kempld.c
> +++ b/drivers/gpio/gpio-kempld.c
> @@ -210,7 +210,7 @@ static int kempld_gpio_remove(struct
> platform_device *pdev) 
>  static struct platform_driver kempld_gpio_driver = {
>         .driver = {
> -               .name = "gpio-kempld",
> +               .name = "kempld-gpio",
>                 .owner = THIS_MODULE,
>         },
>         .probe          = kempld_gpio_probe,

  parent reply	other threads:[~2013-08-10 22:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-09 15:33 [PATCH] gpio: Fix platform driver name in Kontron PLD GPIO driver Michael Brunner
2013-08-09 19:24 ` Guenter Roeck
2013-08-10 22:10 ` Kevin Strasser [this message]
2013-08-16 15:05 ` Linus Walleij

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=20130810221043.GC18039@flip3.engr.oregonstate.edu \
    --to=strassek@engr.orst.edu \
    --cc=chealy@imsco-us.com \
    --cc=dvhart@linux.intel.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=mibru@gmx.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).