lkml.org 
[lkml]   [2009]   [Apr]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 06/11] microblaze: Remove sparse error in traps.c
    Date
    From: Michal Simek <monstr@monstr.eu>

    CHECK arch/microblaze/kernel/traps.c
    arch/microblaze/kernel/traps.c:37:47: warning: Using plain integer as NULL pointer
    CC arch/microblaze/kernel/traps.o

    Signed-off-by: Michal Simek <monstr@monstr.eu>
    ---
    arch/microblaze/kernel/traps.c | 2 +-
    1 files changed, 1 insertions(+), 1 deletions(-)

    diff --git a/arch/microblaze/kernel/traps.c b/arch/microblaze/kernel/traps.c
    index fbdc533..293ef48 100644
    --- a/arch/microblaze/kernel/traps.c
    +++ b/arch/microblaze/kernel/traps.c
    @@ -34,7 +34,7 @@ static int kstack_depth_to_print = 24;

    static int __init kstack_setup(char *s)
    {
    - kstack_depth_to_print = strict_strtoul(s, 0, 0);
    + kstack_depth_to_print = strict_strtoul(s, 0, NULL);

    return 1;
    }
    --
    1.5.5.1


    \
     
     \ /
      Last update: 2009-04-16 12:07    [W:2.733 / U:0.012 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site