diff options
author | Jacob Keller <[email protected]> | 2020-03-02 18:25:03 -0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2020-03-05 17:36:24 -0800 |
commit | ceb2f00707f97f8f881d6f253e7123bf5b17d308 (patch) | |
tree | dfbc307a114a0f95eb0a2707a12da9c730426257 /lib/test_overflow.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 <[email protected]>
Cc: Jeff Kirsher <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/test_overflow.c')
0 files changed, 0 insertions, 0 deletions