projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a8557d
)
HSI: omap_ssi: Fix a typo in a comment line
author
Markus Elfring
<
[email protected]
>
Tue, 25 Apr 2017 09:35:11 +0000
(11:35 +0200)
committer
Sebastian Reichel
<
[email protected]
>
Thu, 8 Jun 2017 11:21:43 +0000
(13:21 +0200)
Add a missing character in this description for a function call.
Signed-off-by: Markus Elfring <
[email protected]
>
Signed-off-by: Sebastian Reichel <
[email protected]
>
drivers/hsi/controllers/omap_ssi_core.c
patch
|
blob
|
history
diff --git
a/drivers/hsi/controllers/omap_ssi_core.c
b/drivers/hsi/controllers/omap_ssi_core.c
index 464db6d33afb4183bc4a4aa71d35a7706ebd65a6..fb7ed8fce83a0203add6850f4e2263ee5484415b 100644
(file)
--- a/
drivers/hsi/controllers/omap_ssi_core.c
+++ b/
drivers/hsi/controllers/omap_ssi_core.c
@@
-467,7
+467,7
@@
static int ssi_hw_init(struct hsi_controller *ssi)
dev_err(&ssi->device, "runtime PM failed %d\n", err);
return err;
}
- /* Reseting GDD */
+ /* Reset
t
ing GDD */
writel_relaxed(SSI_SWRESET, omap_ssi->gdd + SSI_GDD_GRST_REG);
/* Get FCK rate in KHz */
omap_ssi->fck_rate = DIV_ROUND_CLOSEST(ssi_get_clk_rate(ssi), 1000);