commit | 6a4f7dc82d1e3abd3feb0c60b5041056fcd9880c | [log] [tgz] |
---|---|---|
author | Sameeh Jubran <sameehj@amazon.com> | Tue Feb 11 15:17:44 2020 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 11 17:08:30 2020 -0800 |
tree | 053a2cd5e4916720ce46d0682daa801d949a8182 | |
parent | 0d1c3de7b8c78a5e44b74b62ede4a63629f5d811 [diff] |
net: ena: rss: do not allocate key when not supported Currently we allocate the key whether the device supports setting the key or not. This commit adds a check to the allocation function and handles the error accordingly. Fixes: 1738cd3ed342 ("net: ena: Add a driver for Amazon Elastic Network Adapters (ENA)") Signed-off-by: Sameeh Jubran <sameehj@amazon.com> Signed-off-by: David S. Miller <davem@davemloft.net>