Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b86a6c6c authored by Joe Perches's avatar Joe Perches Committed by Wim Van Sebroeck
Browse files

[WATCHDOG] drivers/watchdog/bcm47xx_wdt.c: Remove unnecessary semicolons



Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
parent 34f25476
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -161,7 +161,7 @@ static long bcm47xx_wdt_ioctl(struct file *file,
{
{
	void __user *argp = (void __user *)arg;
	void __user *argp = (void __user *)arg;
	int __user *p = argp;
	int __user *p = argp;
	int new_value, retval = -EINVAL;;
	int new_value, retval = -EINVAL;


	switch (cmd) {
	switch (cmd) {
	case WDIOC_GETSUPPORT:
	case WDIOC_GETSUPPORT: