On Thu, Jun 02, 2022 at 07:19:36PM +0200, Eric Farman wrote: > The FSM has an enumerated list of events defined. > Use that as the argument passed to the jump table, > instead of a regular int. > > Suggested-by: Jason Gunthorpe <jgg@xxxxxxxxxx> > Fixes: bbe37e4cb8970 ("vfio: ccw: introduce a finite state machine") > Signed-off-by: Eric Farman <farman@xxxxxxxxxxxxx> > --- > drivers/s390/cio/vfio_ccw_private.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx> Jason