commit | 82e57952869fbbdf09d8f9e7ac284df13741e93d | [log] [tgz] |
---|---|---|
author | Thierry Escande <thierry.escande@collabora.com> | Thu Jun 16 20:24:43 2016 +0200 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Wed Jul 06 10:09:47 2016 +0200 |
tree | 3c2068c7d7970eaedb477c6139c788c5d3be9cfb | |
parent | 3f89fea35fc37b326d6b3697fcc9cba235a60811 [diff] |
NFC: digital: Call pending command callbacks at device unregister With this patch, when freeing the command queue in the module unregister function, the callbacks of the commands still queued are called with a ENODEV error. This gives a chance to the command issuer to free any memory it could have allocate. Signed-off-by: Thierry Escande <thierry.escande@collabora.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>