Searched hist:a9dd6604 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/ide/ |
H A D | sii3112.c | 22c9336d3a82d1469796b7421cb5bd5f9bfd9748 Wed Apr 22 08:31:48 CDT 2020 Philippe Mathieu-Daudé <philmd@redhat.com> hw/ide/sii3112: Remove dead assignment
Fix warning reported by Clang static code analyzer:
CC hw/ide/sii3112.o hw/ide/sii3112.c:204:9: warning: Value stored to 'val' is never read val = 0; ^ ~
Fixes: a9dd6604 Reported-by: Clang Static Analyzer Reviewed-by: BALATON Zoltan <balaton@eik.bme.hu> Acked-by: John Snow <jsnow@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20200422133152.16770-6-philmd@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|