commit | 303d1fcc0bf07129bc05a61632fad9f7064b671f | [log] [tgz] |
---|---|---|
author | Mario Limonciello <mario.limonciello@dell.com> | Tue Sep 26 13:50:04 2017 -0500 |
committer | Darren Hart (VMware) <dvhart@infradead.org> | Wed Sep 27 14:57:45 2017 -0700 |
tree | e7fdef37f4805730ceea25d32a0b3e2edd4c0175 | |
parent | b60ee4e0918db95a1e458ae160488368c45a0687 [diff] |
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>