commit | 9ecb839f16a353e71175981a098842fda4ddc7f1 | [log] [tgz] |
---|---|---|
author | Alexander Usyskin <alexander.usyskin@intel.com> | Fri Jan 27 16:32:38 2017 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jan 31 11:07:43 2017 +0100 |
tree | 1be230436cf469ba9b1d949956b02bf452f766a2 | |
parent | 1274a690f6b2bd2b37447c47e3062afa8aa43f93 [diff] |
mei: bus: cancel and disable callback after release call A driver on the mei bus may rely on the availability of the receive callback during driver remove() call, e.g. mei_wdt. Move callbacks dismantling after the remove() call to unblock that scenario. Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>