s390/smsgiucv: disable SMSG on module unload
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 3 Apr 2018 09:08:52 +0000 (11:08 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Jun 2018 19:02:41 +0000 (04:02 +0900)
commitd27cd5cb9b384803d69204b07b447e9abe32f127
tree7f0e669a60bb4cc442e55ad342d4055cb25da0b8
parente7b720ef94d8582a1346e6aebf03f8a59e682b17
s390/smsgiucv: disable SMSG on module unload

[ Upstream commit 760dd0eeaec1689430243ead14e5a429613d8c52 ]

The module exit function of the smsgiucv module uses the incorrect CP
command to disable SMSG messages. The correct command is "SET SMSG OFF".
Use it.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/s390/net/smsgiucv.c