[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140218201134.GB21119@kroah.com>
Date: Tue, 18 Feb 2014 12:11:34 -0800
From: Greg KH <gregkh@...uxfoundation.org>
To: Kishon Vijay Abraham I <kishon@...com>
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/8] usb: phy: twl4030-usb: Remove redundant semicolon
On Mon, Feb 17, 2014 at 02:29:19PM +0530, Kishon Vijay Abraham I wrote:
> From: Sachin Kamat <sachin.kamat@...aro.org>
>
> Semicolon after switch statement is not needed.
>
> Signed-off-by: Sachin Kamat <sachin.kamat@...aro.org>
> Signed-off-by: Kishon Vijay Abraham I <kishon@...com>
> ---
> drivers/phy/phy-twl4030-usb.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/phy/phy-twl4030-usb.c b/drivers/phy/phy-twl4030-usb.c
> index 254c72c..ab64182 100644
> --- a/drivers/phy/phy-twl4030-usb.c
> +++ b/drivers/phy/phy-twl4030-usb.c
> @@ -338,7 +338,7 @@ static void twl4030_usb_set_mode(struct twl4030_usb *twl, int mode)
> dev_err(twl->dev, "unsupported T2 transceiver mode %d\n",
> mode);
> break;
> - };
> + }
Not a 3.14-final issue.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists