alistair23-linux/drivers/staging/rts5208
Rehas Sachdeva eceef9a3f4 staging: rts5208: Use BIT(x) macro
Replaces left shift operation (1 << x) by BIT(x). Issue found by checkpatch.

Signed-off-by: Rehas Sachdeva <aquannie@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-09-20 14:03:04 +02:00
..
general.c staging: rts5208: add new line after declarations 2014-09-23 13:22:25 -07:00
general.h
Kconfig
Makefile staging: rts5208: Remove TRACE_RET and TRACE_GOTO macros 2015-03-26 13:16:19 +01:00
ms.c staging: rts5208: Add spaces around operators 2016-09-20 14:03:00 +02:00
ms.h Staging: rts5208: fix double blank line coding style issues 2016-08-21 18:37:36 +02:00
rtsx.c Staging: rts5208: rtsx: Use x instead of x != NULL. 2016-09-20 13:57:19 +02:00
rtsx.h staging: rts5208: Fix indentation 2016-09-20 14:03:04 +02:00
rtsx_card.c Staging: rts5208: rtsx_card.c: Fixed brace style issues 2016-09-20 13:57:19 +02:00
rtsx_card.h Staging: rts5208: rtsx_card.c: Remove unused function 2016-03-29 12:45:23 -07:00
rtsx_chip.c Staging: rts5208: Add space around operator. 2016-09-20 13:57:19 +02:00
rtsx_chip.h staging: rts5208: Use BIT(x) macro 2016-09-20 14:03:04 +02:00
rtsx_scsi.c staging: rts5208: Change data type to unsigned int. 2016-08-21 18:37:36 +02:00
rtsx_scsi.h
rtsx_sys.h
rtsx_transport.c staging: rts5208: rtsx_transport.c: Drop void pointer cast 2016-03-11 22:09:09 -08:00
rtsx_transport.h Staging: rts5208: fix double blank line coding style issues 2016-08-21 18:37:36 +02:00
sd.c staging: rts5208: Put constant on right side of comparison 2016-09-20 14:03:04 +02:00
sd.h staging: rts5208: Convert variable from int to bool and propagate the change to function parameters 2015-03-06 17:25:01 -08:00
spi.c staging: rts5208: simplify NULL tests 2016-03-11 22:09:09 -08:00
spi.h Staging: rts5208: fix double blank line coding style issues 2016-08-21 18:37:36 +02:00
TODO
trace.c staging: rts5208: Remove TRACE_RET and TRACE_GOTO macros 2015-03-26 13:16:19 +01:00
trace.h staging: rts5208: Remove TRACE_RET and TRACE_GOTO macros 2015-03-26 13:16:19 +01:00
xd.c Staging: rts5208: fix double blank line coding style issues 2016-08-21 18:37:36 +02:00
xd.h