lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 20 Nov 2009 10:24:46 +0100
From:	Samuel Ortiz <sameo@...ux.intel.com>
To:	Alan Cox <alan@...ux.intel.com>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] twl4030: Fix warning

On Tue, Nov 17, 2009 at 03:48:47PM +0000, Alan Cox wrote:
> Signed-off-by: Alan Cox <alan@...ux.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/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ