mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-22 10:39:23 +07:00
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;
|
pstart = cursor->vstart;
|
||||||
pbuffer = pstart;
|
pbuffer = pstart;
|
||||||
|
|
||||||
/*
|
|
||||||
if(odd &1){
|
|
||||||
hw_cursor_setData2(cursor,rop,pcol,pmsk);
|
|
||||||
}
|
|
||||||
odd++;
|
|
||||||
if(odd > 0xfffffff0)
|
|
||||||
odd=0;
|
|
||||||
*/
|
|
||||||
|
|
||||||
for (i = 0; i < count; i++) {
|
for (i = 0; i < count; i++) {
|
||||||
color = *pcol++;
|
color = *pcol++;
|
||||||
mask = *pmsk++;
|
mask = *pmsk++;
|
||||||
|
Loading…
Reference in New Issue
Block a user