From 7aa2c8a3d19e27d8913b66e4f0e09ee86d56095e Mon Sep 17 00:00:00 2001 From: Julian Wiedmann Date: Fri, 9 Feb 2018 11:03:50 +0100 Subject: [PATCH] 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-format-patch failed