1
0
Fork 0

HSI: omap_ssi: Fix a typo in a comment line

Add a missing character in this description for a function call.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
hifive-unleashed-5.1
Markus Elfring 2017-04-25 11:35:11 +02:00 committed by Sebastian Reichel
parent 4a8557de7f
commit 8621e620c1
1 changed files with 1 additions and 1 deletions

View File

@ -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 */
/* Resetting 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);