diff options
author | 2021-06-11 09:33:35 +0200 | |
---|---|---|
committer | 2021-06-11 12:49:15 -0700 | |
commit | 3518ae76f2bbc465f7a0d7075fe71815e37b21c6 (patch) | |
tree | da958eae61eacc14968c24ff077d36bb5f437a6a /net/devres.c | |
parent | s390/qeth: also use TX NAPI for non-IQD devices (diff) | |
download | wireguard-linux-3518ae76f2bbc465f7a0d7075fe71815e37b21c6.tar.xz wireguard-linux-3518ae76f2bbc465f7a0d7075fe71815e37b21c6.zip |
s390/qeth: unify the tracking of active cmds on ccw device
We have one field to track _whether_ a cmd is active on a ccw device
('irq_pending'), and one to track _which_ cmd it is ('active_cmd').
Get rid of the irq_pending field, by testing active_cmd for NULL.
Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/devres.c')
0 files changed, 0 insertions, 0 deletions