staging: sm750fb: Eliminate commented out code
authorJanani Ravichandran <janani.rvchndrn@gmail.com>
Sun, 14 Feb 2016 03:48:42 +0000 (22:48 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 Feb 2016 00:49:09 +0000 (16:49 -0800)
This patch removes commented out code in the file.

Signed-off-by: Janani Ravichandran <janani.rvchndrn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/sm750_cursor.c

index 0a41585..e887101 100644 (file)
@@ -115,15 +115,6 @@ void hw_cursor_setData(struct lynx_cursor *cursor,
        pstart = cursor->vstart;
        pbuffer = pstart;
 
-/*
-       if(odd &1){
-               hw_cursor_setData2(cursor,rop,pcol,pmsk);
-       }
-       odd++;
-       if(odd > 0xfffffff0)
-               odd=0;
-*/
-
        for (i = 0; i < count; i++) {
                color = *pcol++;
                mask = *pmsk++;