linux/drivers/staging/rtl8723au
Jiayi Ye 1d06bb4e9d staging: remove unneeded parentheses around the right hand side of an assignment
In assignments such as value = (FLASH_CMD_STATUS_REG_READ << 24);, parentheses
are not needed. The Coccinelle semantic patch was used to find cases.

@r@
identifier x;
expression e1, e2;
@@

- x = (e1 << e2);
+ x = e1 << e2;

Signed-off-by: Jiayi Ye <yejiayily@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-10-27 10:33:06 +08:00
..
core Staging: rtl8723au: core: Fix switch-case indent 2014-10-27 10:33:06 +08:00
hal staging: remove unneeded parentheses around the right hand side of an assignment 2014-10-27 10:33:06 +08:00
include staging: rtl8723au: Remove a stack of write only counters 2014-10-20 10:30:15 +08:00
os_dep staging: rtl8723au: Remove unnecessary else if 2014-10-23 13:43:46 +08:00
Kconfig staging: rtl8723au: Remove P2P/WiFiDirect/WiFiDisplay code 2014-04-15 11:03:56 -07:00
Makefile staging: rtl8723au: Add compiler check for -Wtype-limits 2014-06-18 14:08:58 -07:00
TODO staging: r8723au: Turn on build of new driver 2014-04-05 14:53:46 -07:00