diff options
author | Jacob Keller <jacob.e.keller@intel.com> | 2020-03-02 18:25:03 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-03-05 17:36:24 -0800 |
commit | ceb2f00707f97f8f881d6f253e7123bf5b17d308 (patch) | |
tree | dfbc307a114a0f95eb0a2707a12da9c730426257 /lib/test_bitmap.c | |
parent | dbce64cbee6b983890f17b91984dfdf7bd458e19 (diff) |
ice: Use pci_get_dsn()
Replace the open-coded implementation for reading the PCIe DSN with
pci_get_dsn().
The pci_get_dsn() function will perform two pci_read_config_dword calls
to read the lower and upper config dwords. It bitwise ORs them into
a u64 value. Instead of using put_unaligned_le32 to convert the value to
LE32 format, just use the %016llX printf specifier. This will print the
u64 correct, putting the most significant byte of the value first. Since
pci_get_dsn() correctly orders the two dwords into a u64, this should
produce equivalent results in less code.
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib/test_bitmap.c')
0 files changed, 0 insertions, 0 deletions