Frederick Lawler wrote: > The IB/hfi1 driver uses custom macros to configure link speed. Some macros were > previously replaced, but not fully. This patch series addresses the > configuration inconsistencies and introduces minor cleanup by replacing > redundant magic number usage. > > -- > V2: s/LINK/LNK > > Frederick Lawler (2): > IB/hfi1: Replace custom hfi1 macros with PCIe macros > IB/hfi1: Cleanup PCIe speed link configuration > > drivers/infiniband/hw/hfi1/pcie.c | 29 ++++++++++------------------- > 1 file changed, 10 insertions(+), 19 deletions(-) > CC: linux-pci@xxxxxxxxxxxxxxx -- Frederick Lawler