diff options
| author | Thomas Gleixner <[email protected]> | 2015-07-13 01:18:56 +0200 |
|---|---|---|
| committer | Thomas Gleixner <[email protected]> | 2015-07-14 12:12:21 +0200 |
| commit | 1765d671b18e58fdd6341edac9c22e57d90ef6a8 (patch) | |
| tree | c2e4c00b6d7e47009f59fce133198066019d6984 /tools/perf/scripts/python | |
| parent | 789f9dabfe44c1f7056aa0a7c9a9205de4d5261f (diff) | |
gpio/davinci: Avoid redundant lookup of irq_data
It's pretty silly to do
void *cd = irq_get_chip_data(irq_data->irq);
because that results in cd = irq_data->chip_data, but goes through a
redundant lookup of the irq_data. Use irq_data directly.
Signed-off-by: Thomas Gleixner <[email protected]>
Cc: Linus Walleij <[email protected]>
Cc: Alexandre Courbot <[email protected]>
Cc: Jiang Liu <[email protected]>
Cc: [email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions