commit | 52c44d2975433fab645d29f1b5e6c0c7e77dd342 | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.vnet.ibm.com> | Wed Oct 18 17:40:25 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 20 13:11:05 2017 +0100 |
tree | 4152900b334db3e7b35bf9ff4eea17d3a1376b17 | |
parent | 978759e8266d6f778fd7f8ae0d4a5e2ddb0558f7 [diff] |
s390/qeth: don't dump control cmd twice A few lines down, qeth_prepare_control_data() makes further changes to the control cmd buffer, and then also writes a trace entry for it. So the first entry just pollutes the trace file with intermediate data, drop it. Signed-off-by: Julian Wiedmann <jwi@linux.vnet.ibm.com> Reviewed-by: Ursula Braun <ubraun@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>