On Wed, 12 Apr 2017 11:08:14 +0200 Dong Jia Shi <bjsdjshi@xxxxxxxxxxxxxxxxxx> wrote: > This series have two bugfix patches. > > Patch #1 fixes a bug that was pointed out by Dan Carpenter: > [bug report] vfio: ccw: introduce a finite state machine > Message-ID: <20170404120223.GA8525@mwanda> > > Patch #2 fixes another bug that was noticed by Cornelia Huck during the > discussion on the above thread. > > The code base is: > https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/vfio-ccw.git vfio-ccw-v0 > > Dong Jia Shi (2): > vfio: ccw: remove unnecessary NULL checks of a pointer > vfio: ccw: improve error handling for vfio_ccw_mdev_remove > > drivers/s390/cio/vfio_ccw_fsm.c | 6 +----- > drivers/s390/cio/vfio_ccw_ops.c | 34 ++++++---------------------------- > 2 files changed, 7 insertions(+), 33 deletions(-) > Thanks, applied.