projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df674ef
)
phy: cpcap-usb: remove a stray tab
author
Dan Carpenter
<dan.carpenter@oracle.com>
Wed, 28 Jun 2017 12:19:37 +0000
(15:19 +0300)
committer
Kishon Vijay Abraham I
<kishon@ti.com>
Tue, 22 Aug 2017 04:41:26 +0000
(10:11 +0530)
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>
drivers/phy/motorola/phy-cpcap-usb.c
patch
|
blob
|
history
diff --git
a/drivers/phy/motorola/phy-cpcap-usb.c
b/drivers/phy/motorola/phy-cpcap-usb.c
index
9b63efa
..
accaaac
100644
(file)
--- 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;
}
}
}