forked from Minki/linux
staging: vt6656: Remove unnecessary local variable initialization
Don't initialize the ret variable as it is set a few lines later. Signed-off-by: Oscar Carter <oscar.carter@gmx.com> Link: https://lore.kernel.org/r/20200411125104.9625-3-oscar.carter@gmx.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
2661509ffa
commit
823b6a951f
@ -432,7 +432,7 @@ int vnt_set_antenna_mode(struct vnt_private *priv, u8 antenna_mode)
|
||||
|
||||
int vnt_vt3184_init(struct vnt_private *priv)
|
||||
{
|
||||
int ret = 0;
|
||||
int ret;
|
||||
u16 length;
|
||||
u8 *addr;
|
||||
u8 data;
|
||||
|
Loading…
Reference in New Issue
Block a user