]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5d913d4a3b2ea799d32f2d558c432c9976be6c2c
treef532337ad34811e4a4a88364411801c57a540573
parent207b824c1a0fc382c2e27853a6f34b412e07050c
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