[Components][Drivers][SPI]fix "Value stored to 'result' is never read"
This commit is contained in:
parent
16a7c398d5
commit
cc8ab15472
|
@ -360,7 +360,6 @@ struct rt_spi_message *rt_spi_transfer_message(struct rt_spi_device *device,
|
||||||
{
|
{
|
||||||
/* configure SPI bus failed */
|
/* configure SPI bus failed */
|
||||||
rt_set_errno(-RT_EIO);
|
rt_set_errno(-RT_EIO);
|
||||||
result = 0;
|
|
||||||
goto __exit;
|
goto __exit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue