]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitad0af606bdee12b772b45038a4a70a999eee73ac
treebe8cb2abaa683126f7a68b8dc7b5eb2dfb175c0e
parent4498b521749916aa0fec0e312033d828b1875b8e
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