Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: sm750fb: Eliminate commented out code

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>

authored by

Janani Ravichandran and committed by
Greg Kroah-Hartman
60c0bdcb a5975238

-9
-9
drivers/staging/sm750fb/sm750_cursor.c
··· 115 115 pstart = cursor->vstart; 116 116 pbuffer = pstart; 117 117 118 - /* 119 - if(odd &1){ 120 - hw_cursor_setData2(cursor,rop,pcol,pmsk); 121 - } 122 - odd++; 123 - if(odd > 0xfffffff0) 124 - odd=0; 125 - */ 126 - 127 118 for (i = 0; i < count; i++) { 128 119 color = *pcol++; 129 120 mask = *pmsk++;