iio: amplifiers: hmc425a: Remove not fully correct comment
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 13 Mar 2025 16:22:53 +0000 (18:22 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 7 Apr 2025 18:34:10 +0000 (19:34 +0100)
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>
drivers/iio/amplifiers/hmc425a.c

index d9a359e1388a0f3eb5909bf668ff82102286542b..e92d7f399e337dbffb8daa8f0de90283ba15f47e 100644 (file)
@@ -398,7 +398,6 @@ static int hmc425a_probe(struct platform_device *pdev)
        return devm_iio_device_register(&pdev->dev, indio_dev);
 }
 
-/* Match table for of_platform binding */
 static const struct of_device_id hmc425a_of_match[] = {
        { .compatible = "adi,hmc425a",
          .data = &hmc425a_chip_info_tbl[ID_HMC425A]},