mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-19 02:53:32 +08:00
Merge pull request #1818 from uestczyh222/CLA
[Components][Drivers][SPI]fix "Value stored to 'result' is never read"
This commit is contained in:
commit
d41212fd20
@ -360,7 +360,6 @@ struct rt_spi_message *rt_spi_transfer_message(struct rt_spi_device *device,
|
||||
{
|
||||
/* configure SPI bus failed */
|
||||
rt_set_errno(-RT_EIO);
|
||||
result = 0;
|
||||
goto __exit;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user