diff options
| author | Thomas Gleixner <[email protected]> | 2015-06-23 15:52:32 +0200 |
|---|---|---|
| committer | Thomas Gleixner <[email protected]> | 2015-09-16 15:43:10 +0200 |
| commit | e9e879a3d6cecc4258294c674627045da648fab0 (patch) | |
| tree | 4d9f4986ce9702dbaddae1600e2ae35adc380624 /drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h | |
| parent | 6b83bd941479e99f6890ed4b5c54cb1f43c7146f (diff) | |
powerpc/cpm2: 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: [email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h')
0 files changed, 0 insertions, 0 deletions