On Sat, Aug 31, 2019 at 01:02:24PM +0530, P SAI PRASANTH wrote:
> This patch fixes the following checkpath warning
> in file drivers/staging/rts5208/xd.c:1754
>
> WARNING: line over 80 characters
> + index, offset, DMA_TO_DEVICE,
> chip->xd_timeout);
>
>
This patch fixes the following checkpath warning
in file drivers/staging/rts5208/xd.c:1754
WARNING: line over 80 characters
+ index, offset, DMA_TO_DEVICE,
chip->xd_timeout);
Signed-off-by: P SAI PRASANTH
---
drivers/staging/rts5208/xd.c | 3 ++-
1 file
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
---
drivers/staging/rts5208/rtsx_t