15 Jul, 2015

2 commits


19 Jun, 2015

1 commit


13 Jun, 2015

1 commit

  • fixed all checkpatch.pl ERROR: do not use C99 // comments

    Any C99 comments used to comment out code are simply removed.
    Also some of the errors occur inside '#if 0' blocks which I
    might as well fix since checkpatch.pl caught them but the blocks
    themselves should probably be cleaned up later.

    Changes since v1: close a comment block

    Signed-off-by: Juston Li
    Signed-off-by: Greg Kroah-Hartman

    Juston Li
     

09 Jun, 2015

1 commit


11 Mar, 2015

1 commit

  • This patch assigns the more appropriate void* type to the mmio750 variable
    eliminating an unnecessary volatile qualifier in the process. Additionally it
    updates parameter types as necessary where those parameters interact with
    mmio750, removes unnecessary casts and updates the type of the
    lynx_share->pvReg field which is passed to the ddk750_set_mmio method.

    As a consequence, this patch fixes the following sparse warning:-

    drivers/staging/sm750fb/ddk750_help.c:12:17: warning: incorrect type in assignment (different address spaces)

    Signed-off-by: Lorenzo Stoakes
    Signed-off-by: Greg Kroah-Hartman

    Lorenzo Stoakes
     

07 Mar, 2015

1 commit