commit | 9e1ccb4a7700fcb3ddfe2767e0bbb6131f8ab54e | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Fri Feb 07 20:09:27 2014 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Feb 07 16:45:14 2014 -0800 |
tree | b5036e6e0cff4f4264f02ca6991b342ed71cc4fe | |
parent | da9846ae15186d491d6e21ebbb5051e1d3c7f652 [diff] |
drivers/base: fix devres handling for master device We weren't handling the devres issues for the master device failing a bind, or being unbound properly. Add a devres group to contain these, and release the resources at the appropriate points. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>