commit | 13ddacb526ff17f45b09d6e02d7270e6bb3acaf8 | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.vnet.ibm.com> | Fri Aug 18 10:19:06 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 18 10:21:30 2017 -0700 |
tree | f7277357be418d0e8d783ae3be58f6c2bf148441 | |
parent | ae79fe03aed71db0771bcb8397425b9de502cf6c [diff] |
s390/qeth: pass TSO header length to fill_buffer() The TSO code already calculates the length of its header element, no need to duplicate this in the low-level code again. Use this opportunity to make hd_len unsigned, and for TSO match its calculation to what tso_fill_header() does. No functional change. Signed-off-by: Julian Wiedmann <jwi@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>