commit | 9224c15c4342280e14272508e0a79cc7912246a1 | [log] [tgz] |
---|---|---|
author | Stefan Wahren <stefan.wahren@i2se.com> | Mon Oct 31 14:39:33 2016 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Nov 07 11:05:47 2016 +0100 |
tree | 94cb99dc58bb579726d897872d35a8a950122670 | |
parent | 0ece01c67fc8eb9f2e523a7e1bc1826fbb837c1e [diff] |
staging: vchiq_arm: change order during module probe The current order during module probe is prone to race conditions: * debugfs entries, sysfs entries, platform code So fix this by swapping the steps debugfs entries and platform code. As a benefit this saves us a clean up step in the error path. Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>