Skip to content

Commit

Permalink
usb: phy: twl4030-usb: Remove redundant semicolon
Browse files Browse the repository at this point in the history
Semicolon after switch statement is not needed.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
  • Loading branch information
Sachin Kamat authored and Kishon Vijay Abraham I committed Mar 1, 2014
1 parent b6d790f commit ed093e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/phy/phy-twl4030-usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
}

static void twl4030_i2c_access(struct twl4030_usb *twl, int on)
Expand Down

0 comments on commit ed093e6

Please sign in to comment.