diff options
| author | Alexandru Ardelean <[email protected]> | 2020-06-03 11:40:23 +0000 |
|---|---|---|
| committer | Jonathan Cameron <[email protected]> | 2020-06-14 10:50:04 +0000 |
| commit | 8f73a13f74571941c2ad6d04c65b52d39cbdf90b (patch) | |
| tree | a422f01d95c40e8f869afb7ee2a2935c032f9c9a /drivers/iio/trigger/stm32-timer-trigger.c | |
| parent | iio: light: lm3533-als: use iio_device_set_parent() to assign parent (diff) | |
| download | kernel-8f73a13f74571941c2ad6d04c65b52d39cbdf90b.tar.gz kernel-8f73a13f74571941c2ad6d04c65b52d39cbdf90b.zip | |
iio: remove left-over parent assignments
These were found by doing some shell magic:
------------
for file in $(git grep -w devm_iio_device_alloc | cut -d: -f1 | sort | uniq) ; do
if grep 'parent =' $file | grep -v trig | grep -vq devm_; then
echo "$file -> $(grep "parent =" $file)"
fi
done
-----------
The output is bearable [after the semantic patch is applied].
There is a mix of trigger assignments with some iio device parent
assignments that are removed via this patch.
JC: A few more added via inspection of all parent =
statements in drivers/iio. Some of these may just have crossed with this
series, others were less obvious to scripting due to some cross
file / module boundary calls.
Signed-off-by: Alexandru Ardelean <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'drivers/iio/trigger/stm32-timer-trigger.c')
0 files changed, 0 insertions, 0 deletions
