projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a597523
)
staging: sm750fb: Eliminate commented out code
author
Janani Ravichandran
<
[email protected]
>
Sun, 14 Feb 2016 03:48:42 +0000
(22:48 -0500)
committer
Greg Kroah-Hartman
<
[email protected]
>
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 <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/sm750fb/sm750_cursor.c
patch
|
blob
|
history
diff --git
a/drivers/staging/sm750fb/sm750_cursor.c
b/drivers/staging/sm750fb/sm750_cursor.c
index 0a41585535a6007f15b29eb9f85dfc610cca3d87..e887101c0974121ab71a8c288e318ec4b683fbcc 100644
(file)
--- a/
drivers/staging/sm750fb/sm750_cursor.c
+++ b/
drivers/staging/sm750fb/sm750_cursor.c
@@
-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++;