commit | 1a28242bac44b9eb24fb2e84131256cb3c63372c | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Fri Jan 27 15:06:46 2017 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Jan 29 18:24:00 2017 -0500 |
tree | 2d3923c79d1c4e5b576ece38444fd9d4729c907d | |
parent | f81e5ca9155e8b4527662aa66ba984f58257ccdb [diff] |
net: ethernet: aquantia: return -ETIME in macro AQ_HW_WAIT_FOR The macro is returning ETIME which means various checks to see if the returned err is less than zero never work. I believe a -ETIME should be returned instead. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>