mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
arm: remove dead assignments, spotted by clang analyzer
Value stored is never read. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
7f5b7d3e2c
commit
22ed1d3478
14 changed files with 31 additions and 39 deletions
|
@ -721,7 +721,7 @@ static void spitz_ssp_attach(PXA2xxState *cpu)
|
|||
mux = ssi_create_slave(cpu->ssp[CORGI_SSP_PORT - 1], "corgi-ssp");
|
||||
|
||||
bus = qdev_get_child_bus(mux, "ssi0");
|
||||
dev = ssi_create_slave(bus, "spitz-lcdtg");
|
||||
ssi_create_slave(bus, "spitz-lcdtg");
|
||||
|
||||
bus = qdev_get_child_bus(mux, "ssi1");
|
||||
dev = ssi_create_slave(bus, "ads7846");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue