commit | aa7a795eecca4cd02557d2fd3cbc128ecc1e93c9 | [log] [tgz] |
---|---|---|
author | Jian Shen <shenjian15@huawei.com> | Sat Mar 10 11:29:30 2018 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Mar 11 22:53:32 2018 -0400 |
tree | ded8f3c7ea95108f0d5dc8fe2c847823f5cb87e6 | |
parent | 5d02a58dae60bf71a32625ec510b116ee22faebc [diff] |
net: hns3: fix error type definition of return value An enum type variable was used to store an "int" type return value. This patch fixes it. Fixes: 46a3df9f9718 ("net: hns3: Add HNS3 Acceleration Engine & Compatibility Layer Support") Signed-off-by: Jian Shen <shenjian15@huawei.com> Signed-off-by: Peng Li <lipeng321@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>