aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb/sm750_cursor.c
diff options
context:
space:
mode:
authorJanani Ravichandran <janani.rvchndrn@gmail.com>2016-02-13 22:48:42 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-02-14 16:49:09 -0800
commit60c0bdcb090a8e66fe8ed3190fb9e5d3d1e37623 (patch)
tree870fbe7cf2098b2a34c6d0d4344343dea8bfac47 /drivers/staging/sm750fb/sm750_cursor.c
parentstaging: sm750fb: Remove unneeded braces in if...else statements (diff)
downloadlinux-dev-60c0bdcb090a8e66fe8ed3190fb9e5d3d1e37623.tar.xz
linux-dev-60c0bdcb090a8e66fe8ed3190fb9e5d3d1e37623.zip
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>
Diffstat (limited to 'drivers/staging/sm750fb/sm750_cursor.c')
-rw-r--r--drivers/staging/sm750fb/sm750_cursor.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/staging/sm750fb/sm750_cursor.c b/drivers/staging/sm750fb/sm750_cursor.c
index 0a41585535a6..e887101c0974 100644
--- 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++;