commit | 0733424c9ba9f42242409d1ece780777272f7ea1 | [log] [tgz] |
---|---|---|
author | David Hsu <davidhsu@google.com> | Tue Aug 09 14:57:46 2016 -0700 |
committer | Thierry Reding <thierry.reding@gmail.com> | Mon Sep 05 16:45:39 2016 +0200 |
tree | 7d4ab85ed86beb175351738eef22132d8987678e | |
parent | 29b4817d4018df78086157ea3a55c1d9424a7cfc [diff] |
pwm: Unexport children before chip removal Exported pwm channels aren't removed before the pwmchip and are leaked. This results in invalid sysfs files. This fix removes all exported pwm channels before chip removal. Signed-off-by: David Hsu <davidhsu@google.com> Fixes: 76abbdde2d95 ("pwm: Add sysfs interface") Signed-off-by: Thierry Reding <thierry.reding@gmail.com>