media: i2c: mt9t11x: Fix unused return variable
drivers/media/i2c/mt9t11x.c:864:5-8: Unneeded variable: "ret". Return
"0" on line 872
Remove unneeded variable used to store return value.
Generated by: scripts/coccinelle/misc/returnvar.cocci
The actual fix though is to properly propagate the return value to the
caller.
Fixes: 0cc74f4fcf2b ("media: i2c: Add Aptina mt9t11x sensor driver")
Signed-off-by: Benoit Parrot <bparrot@ti.com>