mlx4_core: Do not map BF area if capability is 0
authorJack Morgenstein <jackm@dev.mellanox.co.il>
Sun, 19 Feb 2012 21:38:52 +0000 (21:38 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Feb 2012 00:26:34 +0000 (19:26 -0500)
BF can be disabled in some cases, the capability field, bf_reg_size is set
to zero in this case. Don't map the BF area in this case, it would cause
failures.  In addition, leaving the BF area unmapped
also alerts the ETH driver to not use BF.

Signed-off-by: Jack Morgenstein <jackm@dev.mellanox.co.il>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found