diff options
| author | Thomas Gleixner <[email protected]> | 2015-06-23 15:52:34 +0200 |
|---|---|---|
| committer | Thomas Gleixner <[email protected]> | 2015-09-16 15:43:11 +0200 |
| commit | 9758a7b0e5fdd5a08bcc73540bb3b98d59295a6d (patch) | |
| tree | 73ac1f3c6f5543331c4ad304bf192bf6c7c395b4 /drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c | |
| parent | e9e879a3d6cecc4258294c674627045da648fab0 (diff) | |
powerpc/ipic: Use irq_set_handler_locked()
Use irq_set_handler_locked() as it avoids a redundant lookup of the
irq descriptor.
Search and replacement was done with coccinelle:
@@
struct irq_data *d;
expression E1;
@@
-__irq_set_handler_locked(d->irq, E1);
+irq_set_handler_locked(d, E1);
Signed-off-by: Thomas Gleixner <[email protected]>
Cc: Jiang Liu <[email protected]>
Cc: Julia Lawall <[email protected]>
Cc: Benjamin Herrenschmidt <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Michael Ellerman <[email protected]>
Cc: Anton Blanchard <[email protected]>
Cc: [email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c')
0 files changed, 0 insertions, 0 deletions