commit | 74e844500322dbc8b82c1d779052f0258999e526 | [log] [tgz] |
---|---|---|
author | Shaul Triebitz <shaul.triebitz@intel.com> | Tue Feb 23 12:04:50 2016 +0200 |
committer | Gerrit Code Review <gerrit@zephyrproject.org> | Mon Mar 07 15:29:00 2016 +0000 |
tree | df1ac83e5bde798660e133d159ae584355fb8cf0 | |
parent | 371542780d5e2804c54a7d50ad416ba9f4cf3f4f [diff] |
pci: Fix PCI header initialization The arguments to memset in pci_header_get were passed in the wrong order, causing the memset to be a no-op. Fix this. Change-Id: I1ea6d7d87d74cff6fec9bbc88c99a4b0e460cc95 Signed-off-by: Shaul Triebitz <shaul.triebitz@intel.com> Signed-off-by: Ido Yariv <ido@wizery.com>