public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Lee Jones <lee.jones@linaro.org>
To: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Cc: Samuel Ortiz <sameo@linux.intel.com>, linux-kernel@vger.kernel.org
Subject: Re: [RESEND] mfd: max14577: Don't pass IRQ domain to mfd_add_devices
Date: Tue, 16 Sep 2014 16:01:41 -0700	[thread overview]
Message-ID: <20140916230141.GT25162@lee--X1> (raw)
In-Reply-To: <1409912110-18120-1-git-send-email-k.kozlowski@samsung.com>

On Fri, 05 Sep 2014, Krzysztof Kozlowski wrote:

> The max14577 MFD cells do not have any resources so the IRQ domain
> passed to mfd_add_devices is not used.
> 
> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
> ---
>  drivers/mfd/max14577.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)

Applied, thanks.

> diff --git a/drivers/mfd/max14577.c b/drivers/mfd/max14577.c
> index 4a5e885383f8..ba2ac9c10b12 100644
> --- a/drivers/mfd/max14577.c
> +++ b/drivers/mfd/max14577.c
> @@ -372,8 +372,7 @@ static int max14577_i2c_probe(struct i2c_client *i2c,
>  	}
>  
>  	ret = mfd_add_devices(max14577->dev, -1, mfd_devs,
> -			mfd_devs_size, NULL, 0,
> -			regmap_irq_get_domain(max14577->irq_data));
> +			mfd_devs_size, NULL, 0, NULL);
>  	if (ret < 0)
>  		goto err_mfd;
>  

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

      reply	other threads:[~2014-09-16 23:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-05 10:15 [RESEND] mfd: max14577: Don't pass IRQ domain to mfd_add_devices Krzysztof Kozlowski
2014-09-16 23:01 ` 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=20140916230141.GT25162@lee--X1 \
    --to=lee.jones@linaro.org \
    --cc=k.kozlowski@samsung.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox