Re: [PATCH] drivers: staging: rts5208: rtsx.c fix Unbalanced braces around else statement issue

2020-04-26 Thread Joe Perches
On Sun, 2020-04-26 at 17:02 +0100, John Oldman wrote: > Fix coding style issue > > Signed-off-by: John Oldman > --- > drivers/staging/rts5208/rtsx.c | 6 ++ > 1 file changed, 2 insertions(+), 4 deletions(-) > > diff --git a/drivers/staging/rts5208/rtsx.c b/drivers/staging/rts5208/rtsx.c >

[PATCH] drivers: staging: rts5208: rtsx.c fix Unbalanced braces around else statement issue

2020-04-26 Thread John Oldman
Fix coding style issue Signed-off-by: John Oldman --- drivers/staging/rts5208/rtsx.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/staging/rts5208/rtsx.c b/drivers/staging/rts5208/rtsx.c index be0053c795b7..ca836ca2ee81 100644 ---