lkml.org 
[lkml]   [2017]   [Sep]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] Staging: xgifb: vb_setmode.c: Remove unnecessary parentheses.
Date
Fixed warning produced by checkpatch.pl to remove unecessary parentheses

Signed-off-by: Srishti Sharma <srishtishar@gmail.com>
---
drivers/staging/xgifb/vb_setmode.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/xgifb/vb_setmode.c b/drivers/staging/xgifb/vb_setmode.c
index cea128b..1594c9a 100644
--- a/drivers/staging/xgifb/vb_setmode.c
+++ b/drivers/staging/xgifb/vb_setmode.c
@@ -780,7 +780,7 @@ static void XGI_SetCRT1Offset(unsigned short ModeNo,
break;
}

- if ((ModeNo >= 0x26) && (ModeNo <= 0x28))
+ if (ModeNo >= 0x26 && ModeNo <= 0x28)
temp = temp * temp2 + temp2 / 2;
else
temp *= temp2;
--
2.7.4
\
 
 \ /
  Last update: 2017-09-05 10:55    [W:1.531 / U:0.392 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site