staging: vt6656: Merge three lines into one
This patch merges three lines into one, removing if branch Signed-off-by: Tapasweni Pathak <tapaswenipathak@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a793b2d817
commit
f0cffbfe8c
@ -103,9 +103,7 @@ int vnt_firmware_branch_to_sram(struct vnt_private *priv)
|
|||||||
0x0000,
|
0x0000,
|
||||||
0,
|
0,
|
||||||
NULL);
|
NULL);
|
||||||
if (status != STATUS_SUCCESS)
|
return status == STATUS_SUCCESS;
|
||||||
return false;
|
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int vnt_check_firmware_version(struct vnt_private *priv)
|
int vnt_check_firmware_version(struct vnt_private *priv)
|
||||||
|
Loading…
Reference in New Issue
Block a user