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

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