diff options
| author | Bhargav Joshi <rougueprince47@gmail.com> | 2026-02-27 04:40:56 +0530 |
|---|---|---|
| committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2026-02-28 12:15:19 +0000 |
| commit | 787c9a9cdc5156d6465129caa9f9276911901f56 (patch) | |
| tree | 3d5f3b3cd6ab93e59c1fbdf3b0b64b36c180361b /include/linux | |
| parent | e830a8894ecbacd20bc8bcff9a726682ca5ef6f9 (diff) | |
iio: frequency: ad9523: fix multi-line dereferences
Platform data pointer dereferences for pll1_charge_pump_current_nA and
pll2_charge_pump_current_nA were split across multiple lines. Bring the
dereference chains onto a single line.
This resolves the following checkpatch.pl warnings:
WARNING: Avoid multiple line dereference - prefer 'pdata->pll1_charge_pump_current_nA'
WARNING: Avoid multiple line dereference - prefer 'pdata->pll2_charge_pump_current_nA'
Signed-off-by: Bhargav Joshi <rougueprince47@gmail.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
