diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/infiniband/hw/ipath/ipath_init_chip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_init_chip.c b/drivers/infiniband/hw/ipath/ipath_init_chip.c index fa98aabdf76b..49951d583804 100644 --- a/drivers/infiniband/hw/ipath/ipath_init_chip.c +++ b/drivers/infiniband/hw/ipath/ipath_init_chip.c | |||
@@ -656,7 +656,7 @@ static int init_housekeeping(struct ipath_devdata *dd, | |||
656 | ret = dd->ipath_f_get_boardname(dd, boardn, sizeof boardn); | 656 | ret = dd->ipath_f_get_boardname(dd, boardn, sizeof boardn); |
657 | 657 | ||
658 | snprintf(dd->ipath_boardversion, sizeof(dd->ipath_boardversion), | 658 | snprintf(dd->ipath_boardversion, sizeof(dd->ipath_boardversion), |
659 | "Driver %u.%u, %s, InfiniPath%u %u.%u, PCI %u, " | 659 | "ChipABI %u.%u, %s, InfiniPath%u %u.%u, PCI %u, " |
660 | "SW Compat %u\n", | 660 | "SW Compat %u\n", |
661 | IPATH_CHIP_VERS_MAJ, IPATH_CHIP_VERS_MIN, boardn, | 661 | IPATH_CHIP_VERS_MAJ, IPATH_CHIP_VERS_MIN, boardn, |
662 | (unsigned)(dd->ipath_revision >> INFINIPATH_R_ARCH_SHIFT) & | 662 | (unsigned)(dd->ipath_revision >> INFINIPATH_R_ARCH_SHIFT) & |