vfio/ccw: Remove FSM Close from remove handlers
authorEric Farman <farman@linux.ibm.com>
Thu, 28 Jul 2022 20:49:13 +0000 (22:49 +0200)
committerAlex Williamson <alex.williamson@redhat.com>
Mon, 1 Aug 2022 19:36:47 +0000 (13:36 -0600)
commit96a4c9ecaeac2863d53c086d4b5ec9985ba7154f
treec011f91463e4aa4fe26b467af8f46c0fa7cc8724
parent5a4fe7c41b586399d502f9970b077178e5dfbacf
vfio/ccw: Remove FSM Close from remove handlers

Now that neither vfio_ccw_sch_probe() nor vfio_ccw_mdev_probe()
affect the FSM state, it doesn't make sense for their _remove()
counterparts try to revert things in this way. Since the FSM open
and close are handled alongside MDEV open/close, these are
unnecessary.

Signed-off-by: Eric Farman <farman@linux.ibm.com>
Reviewed-by: Matthew Rosato <mjrosato@linux.ibm.com>
Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>
Link: https://lore.kernel.org/r/20220728204914.2420989-3-farman@linux.ibm.com
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
drivers/s390/cio/vfio_ccw_drv.c
drivers/s390/cio/vfio_ccw_ops.c