diff options
author | Mario Limonciello <mario.limonciello@dell.com> | 2017-09-26 21:50:04 +0300 |
---|---|---|
committer | Darren Hart (VMware) <dvhart@infradead.org> | 2017-09-28 00:57:45 +0300 |
commit | 303d1fcc0bf07129bc05a61632fad9f7064b671f (patch) | |
tree | e7fdef37f4805730ceea25d32a0b3e2edd4c0175 /tools/perf/scripts/python | |
parent | b60ee4e0918db95a1e458ae160488368c45a0687 (diff) | |
download | linux-303d1fcc0bf07129bc05a61632fad9f7064b671f.tar.xz |
platform/x86: wmi: Cleanup exit routine in reverse order of init
The initialize routine is:
* class -> bus -> platform
The exit routine is:
* platform -> class -> bus
Fix the exit routine to be:
* platform -> bus -> class
Signed-off-by: Mario Limonciello <mario.limonciello@dell.com>
Signed-off-by: Darren Hart (VMware) <dvhart@infradead.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions