[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20201027201436.1597726-1-trix@redhat.com>
Date: Tue, 27 Oct 2020 13:14:36 -0700
From: trix@...hat.com
To: jic23@...nel.org, lars@...afoo.de, pmeerw@...erw.net,
alexandru.ardelean@...log.com, linus.walleij@...aro.org
Cc: linux-iio@...r.kernel.org, linux-kernel@...r.kernel.org,
Tom Rix <trix@...hat.com>
Subject: [PATCH] iio: light: apds9960: remove unneeded semicolon
From: Tom Rix <trix@...hat.com>
A semicolon is not needed after a switch statement.
Signed-off-by: Tom Rix <trix@...hat.com>
---
drivers/iio/light/apds9960.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/iio/light/apds9960.c b/drivers/iio/light/apds9960.c
index 9afb3fcc74e6..547e7f9d6920 100644
--- a/drivers/iio/light/apds9960.c
+++ b/drivers/iio/light/apds9960.c
@@ -561,7 +561,7 @@ static int apds9960_write_raw(struct iio_dev *indio_dev,
}
default:
return -EINVAL;
- };
+ }
return 0;
}
--
2.18.1
Powered by blists - more mailing lists