From 98e2dda325e9978a98635ad264438dcaea7f0b9c Mon Sep 17 00:00:00 2001 From: Andreea-Cristina Bernat Date: Wed, 12 Mar 2014 21:19:53 +0200 Subject: [PATCH] staging: sep: Add fallthrough comment This patch solves the warning "possible switch/case default not preceded by break or fallthrough comment". Signed-off-by: Andreea-Cristina Bernat Acked-by: Paul E. McKenney Signed-off-by: Peter P Waskiewicz Jr --- drivers/staging/sep/sep_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/sep/sep_main.c b/drivers/staging/sep/sep_main.c index cbfc0cffb1d8..e301207eb0bd 100644 --- a/drivers/staging/sep/sep_main.c +++ b/drivers/staging/sep/sep_main.c @@ -3073,6 +3073,7 @@ static long sep_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) dev_dbg(&sep->pdev->dev, "[PID%d] SEP_IOCPREPAREDCB start\n", current->pid); + /* fall-through */ case SEP_IOCPREPAREDCB_SECURE_DMA: dev_dbg(&sep->pdev->dev, "[PID%d] SEP_IOCPREPAREDCB_SECURE_DMA start\n", -- 2.45.2