diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2017-06-28 15:19:37 +0300 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2017-08-22 10:11:26 +0530 |
commit | aea430ee0c4228b00e4ad303ff63dec93285b3e8 (patch) | |
tree | 4aad86d16b251357de86abd143117c3970cd03d6 | |
parent | df674efa32b522fc024d26b0a667a7985e8b87da (diff) | |
download | op-kernel-dev-aea430ee0c4228b00e4ad303ff63dec93285b3e8.zip op-kernel-dev-aea430ee0c4228b00e4ad303ff63dec93285b3e8.tar.gz |
phy: cpcap-usb: remove a stray tab
This line was indented further that it should have been.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
-rw-r--r-- | drivers/phy/motorola/phy-cpcap-usb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/motorola/phy-cpcap-usb.c b/drivers/phy/motorola/phy-cpcap-usb.c index 9b63efa..accaaac 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; } } } |