diff options
| author | Gwendal Grignou <[email protected]> | 2021-03-09 11:36:20 -0800 |
|---|---|---|
| committer | Jonathan Cameron <[email protected]> | 2021-03-25 19:13:51 +0000 |
| commit | 86073fa2b538847f4a623c040f66d1ec96e0643a (patch) | |
| tree | 57fc901aac174470c4b8dafd929124735bf859fd /tools/perf/scripts/python | |
| parent | 86e52a25f38cc47f24000671a9581c7b7e94749e (diff) | |
iio: xilinx-xadc: Remove code to set trigger parent
iio_trigger_set_drvdata() sets the trigger device parent to first
argument of viio_trigger_alloc(), no need to do it again in the driver
code.
In xadc_alloc_trigger, given dev is indio_dev->dev.parent, and we call
devm_iio_trigger_alloc wit dev as argument, we do not have to set
data->trig->dev.parent to indio_dev->dev.parent anymore.
Signed-off-by: Gwendal Grignou <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions