20 Feb, 2009

1 commit


15 Nov, 2007

1 commit

  • CC [M] drivers/isdn/sc/shmem.o
    drivers/isdn/sc/shmem.c: In function ‘memcpy_toshmem’:
    drivers/isdn/sc/shmem.c:53: warning: passing argument 1 of ‘memcpy_toio’ makes pointer from integer without a cast

    Commit 9317d4313e0cd51b2256ea9a9316f2d8561e37a8:

    ISDN/sc: fix longstanding warning

    claimed to fix it, but it didn't.

    [ Changed the "void *" to be "void __iomem *" -DaveM ]

    Signed-off-by: Frank Lichtenheld
    Acked-by:Karsten Keil
    Signed-off-by: David S. Miller

    Frank Lichtenheld
     

24 Oct, 2007

1 commit

  • drivers/isdn/sc/shmem.c: In function 'memcpy_toshmem':
    drivers/isdn/sc/shmem.c:54: warning: passing argument 1 of 'memcpy_toio' makes pointer from integer without a cast

    Also, remove some unneeded braces, and add some useful whitespace.

    Signed-off-by: Jeff Garzik

    Jeff Garzik
     

13 Feb, 2007

1 commit

  • Add proper prototypes in a header file for global code under
    drivers/isdn/sc/.

    Since the GNU C compiler is now able do tell us that caller and callee
    disagreed about the number of arguments of setup_buffers(), this patch
    also fixes this bug.

    Signed-off-by: Adrian Bunk
    Cc: Karsten Keil
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Adrian Bunk
     

12 Oct, 2006

1 commit

  • pcbit: kill 'may be used uninitialized' warning. although the code does
    eventually fill the 32 bits it cares about, the variable truly is
    accessed uninitialized in each macro. Easier to just clean it up now.

    sc: fix a ton of obviously incorrect printk's (some with missing
    arguments even)

    Signed-off-by: Jeff Garzik
    Acked-by: Karsten Keil
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Jeff Garzik
     

26 Jun, 2005

1 commit

  • This patch contains the following possible cleanips:
    - make some needlessly global code static
    - remove the compiled but completely unused debug.c
    - remove or #if 0 the following unused global functions:
    - command.c: loopback
    - command.c: loadproc
    - init.c: irq_supported
    - packet.c: print_skb
    - shmem.c: memset_shmem
    - timer.c: trace_timer

    Signed-off-by: Adrian Bunk
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Adrian Bunk
     

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