diff options
author | Bryan O'Sullivan <bos@pathscale.com> | 2006-08-25 14:24:33 -0400 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2006-09-22 18:22:31 -0400 |
commit | b55f4f06c834a67f949a5219c5f97ffafa240989 (patch) | |
tree | f7fb3095a8e7e09370036ad9d669925897d5f0c4 /drivers/infiniband/hw/ipath/ipath_driver.c | |
parent | 34b2aafea38efdf02cd8107a6e1057e2a297c447 (diff) |
IB/ipath: simplify debugging code after ipath_core and ib_ipath merger
Signed-off-by: Bryan O'Sullivan <bryan.osullivan@qlogic.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/hw/ipath/ipath_driver.c')
-rw-r--r-- | drivers/infiniband/hw/ipath/ipath_driver.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_driver.c b/drivers/infiniband/hw/ipath/ipath_driver.c index 958cc9b33c8f..e6261bb9a8a1 100644 --- a/drivers/infiniband/hw/ipath/ipath_driver.c +++ b/drivers/infiniband/hw/ipath/ipath_driver.c | |||
@@ -58,7 +58,7 @@ const char *ipath_get_unit_name(int unit) | |||
58 | * The size has to be longer than this string, so we can append | 58 | * The size has to be longer than this string, so we can append |
59 | * board/chip information to it in the init code. | 59 | * board/chip information to it in the init code. |
60 | */ | 60 | */ |
61 | const char ipath_core_version[] = IPATH_IDSTR "\n"; | 61 | const char ib_ipath_version[] = IPATH_IDSTR "\n"; |
62 | 62 | ||
63 | static struct idr unit_table; | 63 | static struct idr unit_table; |
64 | DEFINE_SPINLOCK(ipath_devs_lock); | 64 | DEFINE_SPINLOCK(ipath_devs_lock); |
@@ -1847,7 +1847,7 @@ static int __init infinipath_init(void) | |||
1847 | { | 1847 | { |
1848 | int ret; | 1848 | int ret; |
1849 | 1849 | ||
1850 | ipath_dbg(KERN_INFO DRIVER_LOAD_MSG "%s", ipath_core_version); | 1850 | ipath_dbg(KERN_INFO DRIVER_LOAD_MSG "%s", ib_ipath_version); |
1851 | 1851 | ||
1852 | /* | 1852 | /* |
1853 | * These must be called before the driver is registered with | 1853 | * These must be called before the driver is registered with |