commit | 04bad8bda9e25afe676a6f4452f3b304c1fdea16 | [log] [tgz] |
---|---|---|
author | Samuel Mendoza-Jonas <sam@mendozajonas.com> | Wed Nov 08 16:30:45 2017 +1100 |
committer | David S. Miller <davem@davemloft.net> | Sat Nov 11 15:09:44 2017 +0900 |
tree | 86dc5acf55cdcce62029c64ac01dc8527ea35e2a | |
parent | 9ef8690be13d8ae3130749fbcc0cc21e4e3f738c [diff] |
net/ncsi: Don't return error on normal response Several response handlers return EBUSY if the data corresponding to the command/response pair is already set. There is no reason to return an error here; the channel is advertising something as enabled because we told it to enable it, and it's possible that the feature has been enabled previously. Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com> Signed-off-by: David S. Miller <davem@davemloft.net>