commit | d7f8504d234450bf10bb2eb2d4565d6e9af78e5c | [log] [tgz] |
---|---|---|
author | Marc Zyngier <[email protected]> | Tue Oct 13 12:51:37 2015 +0100 |
committer | Thomas Gleixner <[email protected]> | Tue Oct 13 19:01:24 2015 +0200 |
tree | 9f80b9909d748212c4b79ac82a36614f9d208395 | |
parent | b145dcc45a6af0abfcf9b4de8006d40559c50fc6 [diff] |
acpi/gsi: Always perform an irq domain lookup Instead of directly passing NULL to the various irq_domain functions, start by looking up the domain with a domain identifier.. As this identifier is permanently set to NULL, the lookup function will return the same value (no domain found) and the default will be used, preserving the current behaviour. Signed-off-by: Marc Zyngier <[email protected]> Acked-by: Rafael J. Wysocki <[email protected]> Reviewed-and-tested-by: Hanjun Guo <[email protected]> Tested-by: Lorenzo Pieralisi <[email protected]> Cc: <[email protected]> Cc: Tomasz Nowicki <[email protected]> Cc: Suravee Suthikulpanit <[email protected]> Cc: Graeme Gregory <[email protected]> Cc: Jake Oshins <[email protected]> Cc: Jiang Liu <[email protected]> Cc: Jason Cooper <[email protected]> Cc: Rafael J. Wysocki <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Thomas Gleixner <[email protected]>