Commit 3e753ecc authored by Zhang Jiaming's avatar Zhang Jiaming Committed by Greg Kroah-Hartman

misc: rtsx_pcr: Fix a typo

Change 'timout' to 'timeout'.
Reviewed-by: default avatarTom Rix <trix@redhat.com>
Signed-off-by: default avatarZhang Jiaming <jiaming@nfschina.com>
Link: https://lore.kernel.org/r/20220629091011.36187-1-jiaming@nfschina.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent afa8fe4c
......@@ -131,7 +131,7 @@ static void rtsx_comm_pm_full_on(struct rtsx_pcr *pcr)
rtsx_disable_aspm(pcr);
/* Fixes DMA transfer timout issue after disabling ASPM on RTS5260 */
/* Fixes DMA transfer timeout issue after disabling ASPM on RTS5260 */
msleep(1);
if (option->ltr_enabled)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment