staging: gdm724x: gdm_usb: Remove ignored value
commit49bb9af0783143d2b0d419069cf331542326ec6d
authorLuis de Bethencourt <luisbg@osg.samsung.com>
Tue, 31 May 2016 14:39:13 +0000 (31 15:39 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 21 Aug 2016 16:04:43 +0000 (21 18:04 +0200)
tree2b1623d72583b011a7d0353db8ecfd4c5fc5d6b9
parentde55b42d8d0d5853b0d2118ca8741d0dc232ea0b
staging: gdm724x: gdm_usb: Remove ignored value

The value assigned to ret will be overwritten before it could be read in a
future iteration of the loop. Removing the unnecessary assignment.

Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gdm724x/gdm_usb.c