commit | bb92d3f8667f674ae6b2150406f19b33d5ad5f85 | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Fri Feb 15 19:22:26 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Feb 15 20:35:29 2019 -0800 |
tree | d2e20fcfff44376f8ebd96c4fb0267c0dfc9d1dc | |
parent | 0aa35a368933873dbab2d2ab54e5d05d3b089245 [diff] |
s390/qeth: use a static Output Queue array qeth dynamically allocates an array for storing pointers to its Output Queue structures. Switch this to a static array - we are currently limited to 4 Output Queues, so shrinking the qeth_qdio_info struct by just a few bytes doesn't justify the additional complexity. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>