staging: vchiq_dev: remove braces from if block
Remove unnecessary braces from if block. Reported by checkpatch.pl Signed-off-by: Gaston Gonzalez <gascoar@gmail.com> Link: https://lore.kernel.org/r/20210912133751.269885-1-gascoar@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
d4466db8ab
commit
cfb24b67bf
@ -447,9 +447,8 @@ static int vchiq_ioc_await_completion(struct vchiq_instance *instance,
|
||||
DEBUG_INITIALISE(g_state.local)
|
||||
|
||||
DEBUG_TRACE(AWAIT_COMPLETION_LINE);
|
||||
if (!instance->connected) {
|
||||
if (!instance->connected)
|
||||
return -ENOTCONN;
|
||||
}
|
||||
|
||||
mutex_lock(&instance->completion_mutex);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user