]> Git Repo - qemu.git/commit
hw/misc/iotkit-secctl: Fix writing to 'PPC Interrupt Clear' register
authorPhilippe Mathieu-Daudé <[email protected]>
Mon, 17 Feb 2020 13:29:22 +0000 (14:29 +0100)
committerPeter Maydell <[email protected]>
Fri, 21 Feb 2020 16:07:00 +0000 (16:07 +0000)
commit9df7401b80e7b19789aa625d77fe79c1f48b4b84
tree9a5a3427bde38e5d284acf59b9a871516a5a833b
parent7ffe647f52f85748b8d1d3a8dbebd742e0231bdc
hw/misc/iotkit-secctl: Fix writing to 'PPC Interrupt Clear' register

Fix warning reported by Clang static code analyzer:

    CC      hw/misc/iotkit-secctl.o
  hw/misc/iotkit-secctl.c:343:9: warning: Value stored to 'value' is never read
          value &= 0x00f000f3;
          ^        ~~~~~~~~~~

Fixes: b3717c23e1c
Reported-by: Clang Static Analyzer
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Message-id: 20200217132922[email protected]
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
hw/misc/iotkit-secctl.c
This page took 0.028137 seconds and 4 git commands to generate.