diff options
author | Matt Redfearn <[email protected]> | 2016-05-24 11:42:30 +0100 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2016-05-24 15:40:14 +0200 |
commit | 59fa5860204ffc95128d60cba9f54f9740a42c7d (patch) | |
tree | dbc4cf151f96f6ed809d213567bb4eda639509c1 /tools/perf/scripts/python/sched-migration.py | |
parent | ede40902cf80714ece199977b308e2ee437cae0b (diff) |
genirq: Fix missing return value in irq_destroy_ipi()
Commit 7cec18a3906b changed the return type of irq_destroy_ipi to int, but
missed adding a value to one return statement. Fix this to silence the
resulting compiler warning:
kernel/irq/ipi.c In function ‘irq_destroy_ipi’:
kernel/irq/ipi.c:128:3: warning: ‘return’ with no value, in function returning non-void [-Wreturn-type]
Fixes: 7cec18a3906b "genirq: Add error code reporting to irq_{reserve,destroy}_ipi"
Signed-off-by: Matt Redfearn <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions