commit | a0ebf519b8a2666438d999c62995618c710573e5 | [log] [tgz] |
---|---|---|
author | Johan Hovold <johan@kernel.org> | Fri Nov 18 14:17:31 2016 +0200 |
committer | Alexander Shishkin <alexander.shishkin@linux.intel.com> | Fri Nov 18 16:54:39 2016 +0200 |
tree | 40ea96d5814491ac0f0e784c75bc69b24ecabf7d | |
parent | a25f0944ba9b1d8a6813fd6f1a86f1bd59ac25a6 [diff] |
stm class: Fix device leak in open error path Make sure to drop the reference taken by class_find_device() also on allocation errors in open(). Signed-off-by: Johan Hovold <johan@kernel.org> Fixes: 7bd1d4093c2f ("stm class: Introduce an abstraction for...") Cc: stable@vger.kernel.org # v4.6+ Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>