summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rts5208
diff options
context:
space:
mode:
authorWayne Porter <wporter82@gmail.com>2016-10-11 21:56:50 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-10-16 10:27:08 +0200
commit8149b9ab570e75726acdc9367bc9aefe1dca76b6 (patch)
tree0708a2988833786b36d1f3b20b1948e389b682be /drivers/staging/rts5208
parentcd4b77586b5bfb1cea8470aa5b44f39e2004e9c8 (diff)
downloadop-kernel-dev-8149b9ab570e75726acdc9367bc9aefe1dca76b6.zip
op-kernel-dev-8149b9ab570e75726acdc9367bc9aefe1dca76b6.tar.gz
staging: rts5208: rtsx.c: Spacing
Remove blank line after opening { Signed-off-by: Wayne Porter <wporter82@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rts5208')
-rw-r--r--drivers/staging/rts5208/rtsx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rts5208/rtsx.c b/drivers/staging/rts5208/rtsx.c
index efd42de1..809d37d 100644
--- a/drivers/staging/rts5208/rtsx.c
+++ b/drivers/staging/rts5208/rtsx.c
@@ -536,7 +536,6 @@ static int rtsx_polling_thread(void *__dev)
wait_timeout((delay_use + 5) * 1000);
for (;;) {
-
set_current_state(TASK_INTERRUPTIBLE);
schedule_timeout(msecs_to_jiffies(POLLING_INTERVAL));
OpenPOWER on IntegriCloud