lkml.org 
[lkml]   [2008]   [Dec]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH -tip] cpumask: fix compile error in kernel/irq/proc.c
Date
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.


\
 
 \ /
  Last update: 2008-12-31 12:09    [W:0.021 / U:2.148 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site