On Thu, 6 Jun 2019 22:28:25 +0200 Eric Farman <farman@xxxxxxxxxxxxx> wrote: > Refactor ccwchain_handle_tic() into a routine that handles a channel > program address (which itself is a CCW pointer), rather than a CCW pointer > that is only a TIC CCW. This will make it easier to reuse this code for > other CCW commands. > > Signed-off-by: Eric Farman <farman@xxxxxxxxxxxxx> > --- > drivers/s390/cio/vfio_ccw_cp.c | 11 ++++++----- > 1 file changed, 6 insertions(+), 5 deletions(-) > Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx>