summaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
authorIyappan Subramanian <isubramanian@apm.com>2017-03-21 18:18:05 -0700
committerDavid S. Miller <davem@davemloft.net>2017-03-22 19:17:14 -0700
commit1ffa8a7aa516473b3575ee8c30f4e0b1bb29a7d8 (patch)
tree650bf7ddbc178cf26c54217103cca27014bc4314 /mm
parentb2180a8f28dbd66d6593a70ead791ad9b347bc74 (diff)
downloadlinux-1ffa8a7aa516473b3575ee8c30f4e0b1bb29a7d8.tar.bz2
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>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions