Staging: ced1401: Fixes trailing whitespace checkpath warning.
Fixes trailing whitespace checkpath warning. Signed-off-by: Elena Ufimtseva <ufimtseva@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e035b590a6
commit
95d8ee5403
|
@ -1054,7 +1054,7 @@ static int Handle1401Esc(DEVICE_EXTENSION *pdx, char *pCh,
|
|||
/* This can never happen, really */
|
||||
dev_err(&pdx->interface->dev,
|
||||
"ERROR: DMA setup while transfer still waiting");
|
||||
spin_unlock(&pdx->stagedLock);
|
||||
spin_unlock(&pdx->stagedLock);
|
||||
} else {
|
||||
if ((wTransType == TM_EXTTOHOST)
|
||||
|| (wTransType == TM_EXTTO1401)) {
|
||||
|
|
Loading…
Reference in New Issue