mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 03:06:50 -04:00
staging: gasket: fix typo in apex_enter_reset
Fix typo in log message. Signed-off-by: Zhongze Hu <frankhu@chromium.org> Signed-off-by: Todd Poynor <toddpoynor@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
173a4906ae
commit
7e8a450aa0
@@ -488,7 +488,7 @@ static int apex_enter_reset(struct gasket_dev *gasket_dev, uint type)
|
||||
APEX_BAR2_REG_USER_HIB_DMA_PAUSED, 1, 1,
|
||||
APEX_RESET_DELAY, APEX_RESET_RETRY)) {
|
||||
gasket_log_error(gasket_dev,
|
||||
"DMAs did not quiece within timeout (%d ms)",
|
||||
"DMAs did not quiesce within timeout (%d ms)",
|
||||
APEX_RESET_RETRY * APEX_RESET_DELAY);
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user