On Thu, Jan 07, 2021 at 01:28:26PM +0000, Daniel Scally wrote: > Some types of fwnode_handle do not implement the device_is_available() > check, such as those created by software_nodes. There isn't really a > meaningful way to check for the availability of a device that doesn't > actually exist, so if the check isn't implemented just assume that the > "device" is present. > > Suggested-by: Laurent Pinchart <[email protected]> > Reviewed-by: Laurent Pinchart <[email protected]> > Reviewed-by: Andy Shevchenko <[email protected]> > Acked-by: Sakari Ailus <[email protected]> > Signed-off-by: Daniel Scally <[email protected]> > --- > Changes in v5: > > - Changed the commit subject >
Acked-by: Greg Kroah-Hartman <[email protected]>

