Re: [PATCH for-next] RDMA/hns: Modify the mapping attribute of doorbell to device
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-12-06 23:52:27
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-12-06 23:52:27
On Mon, Dec 06, 2021 at 09:36:52PM +0800, Wenpeng Liang wrote:
From: Yixing Liu <redacted>
It is more general for ARM device drivers to use the device attribute to
map pci bar spaces.
Fixes: 9a4435375cd1 ("IB/hns: Add driver files for hns RoCE driver")
Signed-off-by: Yixing Liu <redacted>
Signed-off-by: Wenpeng Liang <redacted>
---
drivers/infiniband/hw/hns/hns_roce_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)Applied to for-next, thanks Jason