diff options
| author | Bin Meng <[email protected]> | 2017-08-22 08:15:07 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-08-28 07:17:10 -0400 |
| commit | e5dc2d266539786730eab6cac3c3e26dcb8abc87 (patch) | |
| tree | af413155c193a827268e8babe7e56da3ef6a56b6 /scripts/objdiff | |
| parent | abe25db611039ede49357275561a74ee51e0e474 (diff) | |
nvme: Fix getting PCI vendor id of the NVMe block device
The codes currently try to read PCI vendor id of the NVMe block
device by dm_pci_read_config16() with its parameter set as its
root complex controller (ndev->pdev) instead of itself. This is
seriously wrong. We can read the vendor id by passing the correct
udevice parameter to the dm_pci_read_config16() API, however there
is a shortcut by reading the cached vendor id from the PCI device's
struct pci_child_platdata.
While we are here fixing this bug, apparently the quirk stuff handle
codes in nvme_get_info_from_identify() never takes effect since its
logic has never been true at all. Remove these codes completely.
Signed-off-by: Bin Meng <[email protected]>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions
