We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e2038 commit d8210dcCopy full SHA for d8210dc
ntb_hw_switchtec.c
@@ -472,7 +472,7 @@ static int crosslink_is_enabled(struct switchtec_ntb *sndev)
472
{
473
struct ntb_info_regs __iomem *inf = sndev->mmio_ntb;
474
475
- return ioread8(&inf->ntp_info[sndev->self_partition].xlink_enabled);
+ return ioread8(&inf->ntp_info[sndev->peer_partition].xlink_enabled);
476
}
477
478
static void crosslink_init_dbmsgs(struct switchtec_ntb *sndev)
0 commit comments