i2c: lpi2c: remove superfluous assignments
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 18 Mar 2018 10:14:56 +0000 (11:14 +0100)
committerHeiko Schocher <hs@denx.de>
Fri, 23 Mar 2018 07:28:49 +0000 (08:28 +0100)
commitd45c2f392ee2dc3994b70e2d58fc65e6ba49e7d0
treebe8cb2abaa683126f7a68b8dc7b5eb2dfb175c0e
parentb0af10443afcb9e0dcfe18a7b8a013b230df9e39
i2c: lpi2c: remove superfluous assignments

In

lpi2c_status_t result = A;
result = B;

the first assignment has no effect. Let's remove it.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
drivers/i2c/imx_lpi2c.c