aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/trigger/stm32-timer-trigger.c
diff options
context:
space:
mode:
authorAlexandru Ardelean <[email protected]>2020-06-03 11:40:22 +0000
committerJonathan Cameron <[email protected]>2020-06-14 10:50:02 +0000
commit2c9d8e1a6220ec1f0a7356d76926cc9feaf9d352 (patch)
tree45061bca03ed6314d6584c7789a408a242949aca /drivers/iio/trigger/stm32-timer-trigger.c
parentiio: remove left-over comments about parent assignment (diff)
downloadkernel-2c9d8e1a6220ec1f0a7356d76926cc9feaf9d352.tar.gz
kernel-2c9d8e1a6220ec1f0a7356d76926cc9feaf9d352.zip
iio: light: lm3533-als: use iio_device_set_parent() to assign parent
This assignment is the more peculiar as it assigns the parent of the platform-device's device (i.e. pdev->dev.parent) as the IIO device's parent. Since the devm_iio_device_alloc() [now] assigns the device argument as the default parent (and since this is the more common case), for cases where the parent needs to be different, the iio_device_set_parent helper should be used. That makes things a bit more obvious about the new behavior of devm_iio_device_alloc() and makes it clearer that iio_device_set_parent() should be used. 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