提交 b168ae4d 编写于 作者: D Diego H. Iglesias 提交者: Greg Kroah-Hartman

staging: vt6656: removed not required parentheses.

Removed not required parentheses in return statements.
Signed-off-by: NDiego H. Iglesias <diegohi@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 2503a265
......@@ -806,7 +806,7 @@ FIRMWAREbDownload(
if (pBuffer)
kfree(pBuffer);
spin_lock_irq(&pDevice->lock);
return (FALSE);
return FALSE;
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册