OSDN Git Service

staging: xgifb: remove unnecessary parentheses
authorGargi Sharma <gs051095@gmail.com>
Thu, 15 Sep 2016 19:07:10 +0000 (00:37 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 Sep 2016 08:27:52 +0000 (10:27 +0200)
commitaa18660f62a7013683204fbfd66254f056474054
treef532337ad34811e4a4a88364411801c57a540573
parent13bfbf0edce13bb61adff5fd2b8052c262ba75f4
staging: xgifb: remove unnecessary parentheses

! has higher priority than && or ||, so remove parentheses around
! expressions to make the code more readable.

Signed-off-by: Gargi Sharma <gs051095@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/xgifb/vb_setmode.c