[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200812312136.40502.rusty@rustcorp.com.au>
Date: Wed, 31 Dec 2008 21:36:40 +1030
From: Rusty Russell <rusty@...tcorp.com.au>
To: Li Zefan <lizf@...fujitsu.com>
Cc: Ingo Molnar <mingo@...e.hu>, Mike Travis <travis@....com>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH -tip] cpumask: fix compile error in kernel/irq/proc.c
On Wednesday 31 December 2008 19:29:06 Li Zefan wrote:
> diff --git a/kernel/irq/proc.c b/kernel/irq/proc.c
> index 2abd3a7..5a5ac60 100644
> --- a/kernel/irq/proc.c
> +++ b/kernel/irq/proc.c
> @@ -111,7 +111,7 @@ static ssize_t default_affinity_write(struct file *file,
> if (err)
> goto out;
>
> - if (!is_affinity_mask_valid(new_value)) {
> + if (!is_affinity_mask_valid(*new_value)) {
> err = -EINVAL;
> goto out;
> }
This looks like one for Mike: I have *new_value in the cpumask tree.
Mike?
Thanks,
Rusty.
--
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