Re: [PATCH] remoteproc: Remove firmware_loading_complete

2016-12-13 Thread kbuild test robot
Hi Sarangdhar, [auto build test ERROR on next-20161213] [also build test ERROR on v4.9] [cannot apply to remoteproc/for-next v4.9-rc8 v4.9-rc7 v4.9-rc6] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/co

[PATCH] remoteproc: Remove firmware_loading_complete

2016-12-13 Thread Sarangdhar Joshi
rproc_del() waits on firmware_loading_complete in order to make sure rproc_add() completed successfully before calling rproc_shutdown(). However since rproc_add() will always be called before rproc_del(), we do not need to wait on firmware_loading_complete. Drop this completion variable altogether