staging: unisys: visorbus: fix double response
authorDavid Kershner <david.kershner@unisys.com>
Thu, 3 Nov 2016 15:44:18 +0000 (11:44 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Nov 2016 09:56:39 +0000 (10:56 +0100)
commitca1cbf907092e447be7c16df48458c02e5358308
tree27f459406f1373a977b9db4114c91e50b1ab9487
parentc4fe36cd262d5fe710ff9ee43cb99337e8b050de
staging: unisys: visorbus: fix double response

This patch addresses the problem that we were sending double responses
back to the s-Par Firmware when processing CONTROLVM Messages. Every
message responds individually and the epilog functions would send a
response as well.

Since a message could delay the response, it was decided to remove the
extra response from the epilog function.

Signed-off-by: David Kershner <david.kershner@unisys.com>
Reviewed-by: Tim Sell <Timothy.Sell@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorbus/visorchipset.c