diff options
author | Janani Ravichandran <janani.rvchndrn@gmail.com> | 2016-02-14 06:48:42 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-02-15 03:49:09 +0300 |
commit | 60c0bdcb090a8e66fe8ed3190fb9e5d3d1e37623 (patch) | |
tree | 870fbe7cf2098b2a34c6d0d4344343dea8bfac47 /drivers | |
parent | a5975238323b249d75e1cf4095651d72fed11708 (diff) | |
download | linux-60c0bdcb090a8e66fe8ed3190fb9e5d3d1e37623.tar.xz |
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')
-rw-r--r-- | drivers/staging/sm750fb/sm750_cursor.c | 9 |
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++; |