commit | 29f1c7fd61a31e0335ce41d4b2788959ad7c468d | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Apr 23 10:46:11 2014 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Dec 07 00:02:04 2015 +0000 |
tree | dc329e21451e220b2e29357348d261d9d7a188fc | |
parent | fae9e2e07af07baabb8c26a31b3f7d8fdf89809e [diff] |
component: move check for unbound master into try_to_bring_up_masters() Clean up the code a little; we don't need to check that the master is unbound for every invocation of try_to_bring_up_master(), so let's move it to where it's really needed - try_to_bring_up_masters(), where we may encounter already bound masters. Reviewed-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>