commit | fcda7f73b618d93e16c9f82fbc366ed4ea327e0e | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Tue Jun 11 18:37:56 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 13 22:39:31 2019 -0700 |
tree | 437715aa42d31578777265a9239d9e0be89fb1a7 | |
parent | 57a688aa22eb0ce4b1c7e9310a5d84880d1884ca [diff] |
s390/qeth: remove 'channel' parameter from callbacks Each cmd buffer maintains a pointer to the IO channel that it was/will be issued on. So when dealing with cmd buffers, we don't need to pass around a separate channel pointer. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>