OSDN Git Service

hw/i2c/pm_smbus: Remove dead assignment
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Wed, 22 Apr 2020 13:31:46 +0000 (15:31 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Mon, 4 May 2020 12:43:24 +0000 (14:43 +0200)
commit00d1d29b768d920342c5e33cc56a9e0be596b2b4
treed4038e0a307e034b38c47b8ee303044b15a02645
parent1fe5a8c2cd5dc0da03a4246474abf37f0e8cc8c0
hw/i2c/pm_smbus: Remove dead assignment

Fix warning reported by Clang static code analyzer:

    CC      hw/i2c/pm_smbus.o
  hw/i2c/pm_smbus.c:187:17: warning: Value stored to 'ret' is never read
                  ret = 0;
                  ^     ~

Reported-by: Clang Static Analyzer
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200422133152.16770-4-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
hw/i2c/pm_smbus.c