05 Apr, 2014

1 commit

  • Most of it duplicates function tracing and one
    of them has an uncompilable printf %P use.
    Others have format/argument mismatches.

    Remove unused DBG1 macro definition

    Neaten uart401.c use of ok test around this
    DBG macro removal.

    Signed-off-by: Joe Perches
    Signed-off-by: Takashi Iwai

    Joe Perches
     

08 Jan, 2010

1 commit

  • The problem is that in the original code sound_nblocks could go up to 1024
    which would be an array overflow.

    This was found with a static checker and has been compile tested only.

    Signed-off-by: Dan Carpenter
    Signed-off-by: Jaroslav Kysela

    Dan Carpenter
     

21 Oct, 2008

1 commit


01 Jul, 2006

1 commit


17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds