diff options
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/ntb/hw/mscc/ntb_hw_switchtec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ntb/hw/mscc/ntb_hw_switchtec.c b/drivers/ntb/hw/mscc/ntb_hw_switchtec.c index 5ee5f40b4dfc..9916bc5b6759 100644 --- a/drivers/ntb/hw/mscc/ntb_hw_switchtec.c +++ b/drivers/ntb/hw/mscc/ntb_hw_switchtec.c | |||
| @@ -1120,7 +1120,7 @@ static int crosslink_enum_partition(struct switchtec_ntb *sndev, | |||
| 1120 | 1120 | ||
| 1121 | dev_dbg(&sndev->stdev->dev, | 1121 | dev_dbg(&sndev->stdev->dev, |
| 1122 | "Crosslink BAR%d addr: %llx\n", | 1122 | "Crosslink BAR%d addr: %llx\n", |
| 1123 | i, bar_addr); | 1123 | i*2, bar_addr); |
| 1124 | 1124 | ||
| 1125 | if (bar_addr != bar_space * i) | 1125 | if (bar_addr != bar_space * i) |
| 1126 | continue; | 1126 | continue; |
