Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

iio: amplifiers: hmc425a: Remove not fully correct comment

The OF match table can be used outside of OF-based platforms.
Remove the (misleading) comment.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Nuno Sá <nuno.sa@analog.com>
Link: https://patch.msgid.link/20250313162254.416422-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Andy Shevchenko and committed by
Jonathan Cameron
9f7140bf 0af2f6be

-1
-1
drivers/iio/amplifiers/hmc425a.c
··· 398 398 return devm_iio_device_register(&pdev->dev, indio_dev); 399 399 } 400 400 401 - /* Match table for of_platform binding */ 402 401 static const struct of_device_id hmc425a_of_match[] = { 403 402 { .compatible = "adi,hmc425a", 404 403 .data = &hmc425a_chip_info_tbl[ID_HMC425A]},