[dts] [PATCH V1 2/3] solve dts compile error on freesbd

xu,gang gangx.xu at intel.com
Tue Aug 30 11:51:56 CEST 2016


Signed-off-by: xu,gang <gangx.xu at intel.com>
---
 framework/crb.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/crb.py b/framework/crb.py
index 066bb3f..c5faa3e 100644
--- a/framework/crb.py
+++ b/framework/crb.py
@@ -281,7 +281,7 @@ class Crb(object):
             return None
         return match.group(1)
 
-    def get_pci_dev_driver_freebsd(self, bus_id, devfun_id):
+    def get_pci_dev_driver_freebsd(self, domain_id,bus_id, devfun_id):
         """
         Get the driver of specified pci device.
         """
-- 
1.9.3



More information about the dts mailing list