On Mon, 3 Jun 2019, Suzuki K Poulose wrote: > The cio driver use driver_find_device() to find all devices > to release them before the driver is unregistered. Instead, > it could easily use a lighter driver_for_each_device() helper > to iterate over all the devices. > > Cc: Sebastian Ott <[email protected]> > Cc: Peter Oberparleiter <[email protected]> > Cc: Heiko Carstens <[email protected]> > Signed-off-by: Suzuki K Poulose <[email protected]>
Reviewed-by: Sebastian Ott <[email protected]>

