Commit 55a1b87e authored by Gustavo A. R. Silva's avatar Gustavo A. R. Silva Committed by Wim Van Sebroeck
Browse files

watchdog: scx200_wdt: Use fallthrough pseudo-keyword

parent bd490f82
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -186,7 +186,7 @@ static long scx200_wdt_ioctl(struct file *file, unsigned int cmd,
		margin = new_margin;
		scx200_wdt_update_margin();
		scx200_wdt_ping();
		/* Fall through */
		fallthrough;
	case WDIOC_GETTIMEOUT:
		if (put_user(margin, p))
			return -EFAULT;