Re: [PATCH] EDAC, sb_edac: fix missing break in switch

2017-10-19 Thread Borislav Petkov
On Mon, Oct 16, 2017 at 12:40:29PM -0500, Gustavo A. R. Silva wrote: > Add missing break statement in order to prevent the code from falling > through. > > Signed-off-by: Gustavo A. R. Silva > --- > drivers/edac/sb_edac.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/edac/sb_

[PATCH] EDAC, sb_edac: fix missing break in switch

2017-10-16 Thread Gustavo A. R. Silva
Add missing break statement in order to prevent the code from falling through. Signed-off-by: Gustavo A. R. Silva --- drivers/edac/sb_edac.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/edac/sb_edac.c b/drivers/edac/sb_edac.c index 72b98a0..f34430f 100644 --- a/drivers/edac/sb_eda