commit | cc8424074e51355e0c6ba717d8edc50d408f2802 | [log] [tgz] |
---|---|---|
author | Alexander Shishkin <alexander.shishkin@linux.intel.com> | Mon Feb 15 19:12:09 2016 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Feb 20 14:09:14 2016 -0800 |
tree | 3bafbc3bec78e09b59d9715169dff975c991baeb | |
parent | b4ca34aaf78ed0cdfc15956d377064104257a437 [diff] |
stm class: Plug stm device's unlink callback STM device's unlink callback is never actually called from anywhere in the stm class code. This patch adds calls to stm driver's unlink method after the unlinking has succeeded. Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>