commit | 65582920d72d2562e44c07aa530586a3583477b9 | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Tue Mar 20 15:31:33 2018 -0700 |
committer | Benson Leung <bleung@chromium.org> | Mon Apr 09 22:44:53 2018 -0700 |
tree | c2d058102560cbebfd2eb8610789bc028f4776c7 | |
parent | 28cd38f105fc30ccda7a15170cbaa977d2601272 [diff] |
platform/chrome: chromeos_laptop - parse DMI IRQ data once Instead of trying to parse DMI IRQ data every time we try to instantiate a device, let's do it once, when we identify the device we are working with. This allows us to mark chromeos_laptop_get_irq_from_dmi() as __init and discard it once module is initialized. Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Benson Leung <bleung@chromium.org>