29 Nov, 2011

1 commit


10 Nov, 2011

1 commit

  • With commit 67d0a0754455f89ef3946946159d8ec9e45ce33a we mark strict_strtox
    as obsolete. Convert all remaining such uses in drivers/input/.

    Also change long to appropriate types, and return error conditions
    from kstrtox separately, as Dmitry sugguests.

    Signed-off-by: JJ Ding
    Signed-off-by: Dmitry Torokhov

    JJ Ding
     

01 Nov, 2011

1 commit


31 Mar, 2011

1 commit


06 Aug, 2010

1 commit


23 Jul, 2010

1 commit

  • These are a couple smatch issues. In the original code, if only one of
    the allocation fails we leak the other variable so we should goto
    out_free_mem.

    Also there was a use after free if debugging was enabled and so I moved
    the kfree() down a line.

    Signed-off-by: Dan Carpenter
    Signed-off-by: Dmitry Torokhov

    Dan Carpenter
     

04 Jul, 2010

1 commit


25 Jun, 2010

2 commits