lkml.org 
[lkml]   [2014]   [Jul]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 13/16] caif: remove unnecessary break after goto
    Date
    Signed-off-by: Fabian Frederick <fabf@skynet.be>
    ---
    net/caif/cfctrl.c | 1 -
    1 file changed, 1 deletion(-)

    diff --git a/net/caif/cfctrl.c b/net/caif/cfctrl.c
    index 0f45522..f5afda1 100644
    --- a/net/caif/cfctrl.c
    +++ b/net/caif/cfctrl.c
    @@ -547,7 +547,6 @@ static int cfctrl_recv(struct cflayer *layer, struct cfpkt *pkt)
    default:
    pr_err("Unrecognized Control Frame\n");
    goto error;
    - break;
    }
    ret = 0;
    error:
    --
    1.8.4.5


    \
     
     \ /
      Last update: 2014-07-14 20:02    [W:3.106 / U:0.044 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site