]> git.baikalelectronics.ru Git - kernel.git/commit
be2net: fix return status of some ndo methods
authorKalesh AP <kalesh.purayil@emulex.com>
Thu, 17 Jul 2014 10:50:24 +0000 (16:20 +0530)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Jul 2014 23:38:14 +0000 (16:38 -0700)
commit6fac633641e600a8ad8c5894717c3c90ecc1151e
tree94bb5236532f8cdde8c19bf07db3e5a063decd4c
parent57aba5c4f74387085eb7fd813bf2c521c98a7cca
be2net: fix return status of some ndo methods

The netlink layer expects a -ve status value to be returned when a driver
ndo method encounters an error. The driver was directly passing the
error status returned by FW (a positive value) to the stack.
This patch fixes this by returning -EIO status when a FW-cmd reports an error.

Signed-off-by: Kalesh AP <kalesh.purayil@emulex.com>
Signed-off-by: Sathya Perla <sathya.perla@emulex.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/emulex/benet/be_main.c