Re: [PATCH v2 03/15] NULL noise: arch/x86/xen/smp.c

2009-03-05 Thread Jeremy Fitzhardinge
Hannes Eder wrote: > Fix this sparse warnings: > arch/x86/xen/smp.c:316:52: warning: Using plain integer as NULL pointer > arch/x86/xen/smp.c:421:60: warning: Using plain integer as NULL pointer > > Signed-off-by: Hannes Eder > Acked-by: Jeremy Fitzhardinge J _

[PATCH v2 03/15] NULL noise: arch/x86/xen/smp.c

2009-03-05 Thread Hannes Eder
Fix this sparse warnings: arch/x86/xen/smp.c:316:52: warning: Using plain integer as NULL pointer arch/x86/xen/smp.c:421:60: warning: Using plain integer as NULL pointer Signed-off-by: Hannes Eder --- v2: other subject, as suggested by Al Viro arch/x86/xen/smp.c |4 ++-- 1 files changed