Skip to content
  • Bastien Nocera's avatar
    lib: Remove drv->close absence support in fp_async_dev_close() · c91819f5
    Bastien Nocera authored
    The driver will at least need to close its hardware resources, and
    free memory, so it must have had one.
    
    This case was never actually used as can be seen from the fact that
    we would assert in fpi_drvcb_close_complete() if the state was wrong
    but never set it to the expected value.
    c91819f5