Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1f85d58c authored by Michael Chan's avatar Michael Chan Committed by David S. Miller
Browse files

cnic: Remove uio mem[0].



This memory region is no longer used.  Userspace gets the BAR address
directly from sysfs.

Signed-off-by: default avatarMichael Chan <mchan@broadcom.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 78ea22e8
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -1063,10 +1063,7 @@ static int cnic_init_uio(struct cnic_dev *dev)

	uinfo = &udev->cnic_uinfo;

	uinfo->mem[0].addr = dev->netdev->base_addr;
	uinfo->mem[0].internal_addr = dev->regview;
	uinfo->mem[0].size = dev->netdev->mem_end - dev->netdev->mem_start;
	uinfo->mem[0].memtype = UIO_MEM_PHYS;
	uinfo->mem[0].memtype = UIO_MEM_NONE;

	if (test_bit(CNIC_F_BNX2_CLASS, &dev->flags)) {
		uinfo->mem[1].addr = (unsigned long) cp->status_blk.gen &