Blame SOURCES/0003-linux-pci-root-remove-an-unused-assignment.patch

b15ea1
From 8f803791a1c97a4d1bce049264218a94c46d7838 Mon Sep 17 00:00:00 2001
b15ea1
From: Peter Jones <pjones@redhat.com>
b15ea1
Date: Mon, 7 Jan 2019 11:32:41 -0500
b15ea1
Subject: [PATCH 03/86] linux-pci-root: remove an unused assignment
b15ea1
b15ea1
scan-build gripes about this, and it's pointless, so it can go.
b15ea1
b15ea1
Signed-off-by: Peter Jones <pjones@redhat.com>
b15ea1
---
b15ea1
 src/linux-pci-root.c | 1 -
b15ea1
 1 file changed, 1 deletion(-)
b15ea1
b15ea1
diff --git a/src/linux-pci-root.c b/src/linux-pci-root.c
b15ea1
index a2d9fb04a11..5d1df06119d 100644
b15ea1
--- a/src/linux-pci-root.c
b15ea1
+++ b/src/linux-pci-root.c
b15ea1
@@ -115,7 +115,6 @@ dp_create_pci_root(struct device *dev UNUSED,
b15ea1
                         return new;
b15ea1
                 }
b15ea1
         }
b15ea1
-        off += new;
b15ea1
         sz += new;
b15ea1
 
b15ea1
         debug("returning %zd", sz);
b15ea1
-- 
b15ea1
2.24.1
b15ea1