projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37a7e9b
)
IB/ipath: Change version wording to be less confusing with release number
author
Dave Olson
<dave.olson@qlogic.com>
Fri, 6 Jul 2007 19:48:43 +0000
(12:48 -0700)
committer
Roland Dreier
<rolandd@cisco.com>
Tue, 10 Jul 2007 03:12:26 +0000
(20:12 -0700)
Signed-off-by: Dave Olson <dave.olson@qlogic.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/ipath/ipath_init_chip.c
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/ipath/ipath_init_chip.c
b/drivers/infiniband/hw/ipath/ipath_init_chip.c
index fa98aabdf76bf72210f888b2a8a7e3ec3fb04c29..49951d5838049349df8ca39237365deb90525fbd 100644
(file)
--- 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,
ret = dd->ipath_f_get_boardname(dd, boardn, sizeof boardn);
snprintf(dd->ipath_boardversion, sizeof(dd->ipath_boardversion),
- "
Driver
%u.%u, %s, InfiniPath%u %u.%u, PCI %u, "
+ "
ChipABI
%u.%u, %s, InfiniPath%u %u.%u, PCI %u, "
"SW Compat %u\n",
IPATH_CHIP_VERS_MAJ, IPATH_CHIP_VERS_MIN, boardn,
(unsigned)(dd->ipath_revision >> INFINIPATH_R_ARCH_SHIFT) &