From: Dan Carpenter Date: Wed, 28 Jun 2017 12:19:37 +0000 (+0300) Subject: phy: cpcap-usb: remove a stray tab X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=aea430ee0c4228b00e4ad303ff63dec93285b3e8;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git phy: cpcap-usb: remove a stray tab This line was indented further that it should have been. Signed-off-by: Dan Carpenter Acked-by: Tony Lindgren Signed-off-by: Kishon Vijay Abraham I --- diff --git a/drivers/phy/motorola/phy-cpcap-usb.c b/drivers/phy/motorola/phy-cpcap-usb.c index 9b63efa5ae4d..accaaaccb662 100644 --- a/drivers/phy/motorola/phy-cpcap-usb.c +++ b/drivers/phy/motorola/phy-cpcap-usb.c @@ -506,7 +506,7 @@ static void cpcap_usb_init_optional_gpios(struct cpcap_phy_ddata *ddata) if (IS_ERR(ddata->gpio[i])) { dev_info(ddata->dev, "no mode change GPIO%i: %li\n", i, PTR_ERR(ddata->gpio[i])); - ddata->gpio[i] = NULL; + ddata->gpio[i] = NULL; } } }