From: Gonglei <arei.gong...@huawei.com>

Spotted by Coverity:

(1) Event unreachable:  This code cannot be reached: "abort();".

112         abort();

Signed-off-by: Gonglei <arei.gong...@huawei.com>
---
 hw/i2c/pm_smbus.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hw/i2c/pm_smbus.c b/hw/i2c/pm_smbus.c
index fedb5fb..da09eb0 100644
--- a/hw/i2c/pm_smbus.c
+++ b/hw/i2c/pm_smbus.c
@@ -109,7 +109,6 @@ static void smb_transaction(PMSMBus *s)
     default:
         goto error;
     }
-    abort();
 
 data16:
     if (ret < 0) {
-- 
1.7.12.4



Reply via email to