arch/arm/src/imxrt/imxrt_lpi2c.c: Fix a warning about an unused local variable. Found in build testing.

This commit is contained in:
Gregory Nutt 2019-10-24 13:52:29 -06:00
parent b5111d2c38
commit 79f46c05d1

View File

@ -1614,8 +1614,6 @@ static int imxrt_lpi2c_transfer(FAR struct i2c_master_s *dev,
FAR struct i2c_msg_s *msgs, int count)
{
FAR struct imxrt_lpi2c_priv_s *priv = (struct imxrt_lpi2c_priv_s *)dev;
uint32_t status = 0;
int ret = 0;
DEBUGASSERT(count > 0);