On Tue, Jul 06 2021, Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> wrote: > The driver core only calls a bus remove callback when there is a driver. > So dev->driver is never NULL and the check can safely be removed. > > Signed-off-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> > --- > drivers/s390/cio/ccwgroup.c | 2 -- > 1 file changed, 2 deletions(-) Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx>