commit | 0ba8abb770a8771ffb05cce2a5a7441530f06a55 | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Sat Sep 10 08:56:03 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sat Sep 10 21:45:25 2016 -0700 |
tree | cf367a99f6cf61499edc3e9d58bd7b4f927da59e | |
parent | 304f0a4edbbb2d273d7c6043df4126b623cd472c [diff] |
ATM-nicstar: Refactor a dev_alloc_skb() call in dequeue_rx() The script "checkpatch.pl" can point out that assignments should usually not be performed within condition checks. Thus move an assignment for a local variable to a separate statement in this function. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: David S. Miller <davem@davemloft.net>