From: Julian Wiedmann Date: Fri, 9 Feb 2018 10:03:50 +0000 (+0100) Subject: s390/qeth: fix SETIP command handling X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7aa2c8a3d19e27d8913b66e4f0e09ee86d56095e;p=pandora-kernel.git s390/qeth: fix SETIP command handling commit 1c5b2216fbb973a9410e0b06389740b5c1289171 upstream. send_control_data() applies some special handling to SETIP v4 IPA commands. But current code parses *all* command types for the SETIP command code. Limit the command code check to IPA commands. Fixes: 5b54e16f1a54 ("qeth: do not spin for SETIP ip assist command") Signed-off-by: Julian Wiedmann Signed-off-by: David S. Miller Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed