On Fri, Sep 09, 2016 at 02:12:21PM +0200, Daniel Wagner wrote: > +#else /* CONFIG_FW_LOADER_USER_HELPER */ > + > +#define fw_umh_wait_timeout(fw_st, long) 0 > + > +#define fw_umh_done(fw_st) > +#define fw_umh_is_done(fw_st) true > +#define fw_umh_is_aborted(fw_st) false > +
If we do proceed with compartmentalizing the UMH timeout crap then my hope is this piece of code will not require the fw_umh_wait_timeout() def. Luis

