]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rts5208: Fix checkpath warning
authorP SAI PRASANTH <saip2823@gmail.com>
Sat, 31 Aug 2019 03:49:26 +0000 (09:19 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Sep 2019 07:36:29 +0000 (09:36 +0200)
commite795e322f87b36db22ec67927adb9821748b687c
treed0754920e0f6b28b8ca3c2a1054e2c1993643a1b
parentf25fb4f8fca7941e4bd1f79b446c2f2934b6234c
staging: rts5208: Fix checkpath warning

This patch fixes the following checkpath warning
in the file drivers/staging/rts5208/rtsx_transport.c:546

WARNING: line over 80 characters
+                               option = RTSX_SG_VALID | RTSX_SG_END |
RTSX_SG_TRANS_DATA;

Signed-off-by: P SAI PRASANTH <saip2823@gmail.com>
Link: https://lore.kernel.org/r/20190831034926.GA17810@dell-inspiron
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rts5208/rtsx_transport.c