On Wed, Sep 25, 2013 at 07:08:51PM -0400, Lidza Louina wrote:
> This patch removes this smatch warning:
> info: ignoring unreachable code.
> 
> There were instances where there was extra code after
> the default action in switch statements. These default
> actions ended with a break so the code wasn't being run
> at anytime. This patch removes that extra code.
> Signed-off-by: Lidza Louina <lidza.lou...@gmail.com>
> ---
>  drivers/staging/dgap/dgap_tty.c | 13 -------------
>  1 file changed, 13 deletions(-)

I've already applied this one, thanks.

greg k-h
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to