commit | 1ffa8a7aa516473b3575ee8c30f4e0b1bb29a7d8 | [log] [tgz] |
---|---|---|
author | Iyappan Subramanian <isubramanian@apm.com> | Tue Mar 21 18:18:05 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 22 19:17:14 2017 -0700 |
tree | 650bf7ddbc178cf26c54217103cca27014bc4314 | |
parent | b2180a8f28dbd66d6593a70ead791ad9b347bc74 [diff] |
drivers: net: xgene-v2: misc fixes Fixed review comments from the previous patch-set. - changed return value check of platform_get_irq() to < 0 - replaced devm_request(free)_irq() calls by request(free)_irq() since they are called from open() and close() - changed sizeof(struct mystruct) to sizeof(*mystruct) - reduced indentation on tx_timeout() Signed-off-by: Iyappan Subramanian <isubramanian@apm.com> Signed-off-by: David S. Miller <davem@davemloft.net>