On Mon, Aug 06, 2018 at 07:14:51AM -0500, Gustavo A. R. Silva wrote: > Add missing break statement in order to prevent the code from falling > through to the default case. > > Cc: [email protected] > Addresses-Coverity-ID: 115050 ("Missing break in switch") > Reported-by: Valdis Kletnieks <[email protected]> > Signed-off-by: Gustavo A. R. Silva <[email protected]> > ---
Acked-by: Charles Keepax <[email protected]> Thanks, Charles

