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>
This commit is contained in:
parent
a597523832
commit
60c0bdcb09
|
@ -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++;
|
||||
|
|
Loading…
Reference in New Issue