在 2019/8/12 22:48, Doug Ledford 写道: > On Thu, 2019-08-08 at 22:53 +0800, Lijun Ou wrote: >> - dev_err(&hr_dev->dev, "Destroy qp 0x%06lx >> failed(%d)\n", >> - hr_qp->qpn, ret); >> + ibdev_err(&hr_dev->ib_dev, "Destroy qp 0x%06lx >> failed(%d)\n", >> + hr_qp->qpn, ret); > And then fixed it up here too. > Thanks. I will be more careless in the next time.