From: Samuel Ortiz <sameo@linux.intel.com>
To: Alan Cox <alan@linux.intel.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] twl4030: Fix warning
Date: Fri, 20 Nov 2009 10:24:46 +0100 [thread overview]
Message-ID: <20091120092445.GC3733@sortiz.org> (raw)
In-Reply-To: <20091117154841.3941.35813.stgit@localhost.localdomain>
On Tue, Nov 17, 2009 at 03:48:47PM +0000, Alan Cox wrote:
> Signed-off-by: Alan Cox <alan@linux.intel.com>
Applied, thanks Alan.
Cheers,
Samuel.
> ---
>
> drivers/mfd/twl4030-irq.c | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
>
> diff --git a/drivers/mfd/twl4030-irq.c b/drivers/mfd/twl4030-irq.c
> index fb194fe..c78b5ad 100644
> --- a/drivers/mfd/twl4030-irq.c
> +++ b/drivers/mfd/twl4030-irq.c
> @@ -728,7 +728,8 @@ int twl_init_irq(int irq_num, unsigned irq_base, unsigned irq_end)
> goto fail_rqirq;
> }
>
> - task = kthread_run(twl4030_irq_thread, (void *)irq_num, "twl4030-irq");
> + task = kthread_run(twl4030_irq_thread, (void *)(long)irq_num,
> + "twl4030-irq");
> if (IS_ERR(task)) {
> pr_err("twl4030: could not create irq %d thread!\n", irq_num);
> status = PTR_ERR(task);
>
--
Intel Open Source Technology Centre
http://oss.intel.com/
prev parent reply other threads:[~2009-11-20 9:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-17 15:48 [PATCH] twl4030: Fix warning Alan Cox
2009-11-20 9:24 ` Samuel Ortiz [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=20091120092445.GC3733@sortiz.org \
--to=sameo@linux.intel.com \
--cc=alan@linux.intel.com \
--cc=linux-kernel@vger.kernel.org \
/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