misc: rtsx_pcr: Fix a typo

Change 'timout' to 'timeout'.

Reviewed-by: Tom Rix <trix@redhat.com>
Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
Link: https://lore.kernel.org/r/20220629091011.36187-1-jiaming@nfschina.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Zhang Jiaming 2022-06-29 17:10:11 +08:00 committed by Greg Kroah-Hartman
parent afa8fe4cc4
commit 3e753ecc5d

View File

@ -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)