diff options
author | André Draszik <andre.draszik@linaro.org> | 2024-07-10 07:45:07 +0100 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2024-07-31 16:42:23 +0530 |
commit | 7e6c2ffe6c2284a10f77079670e3b26b43df4443 (patch) | |
tree | 3d2b68f5f4e3cd1c86d731753ed188a0a4365604 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 4bf8b462f84dd81c5938341a5468c3b669dbb1af (diff) | |
download | linux-7e6c2ffe6c2284a10f77079670e3b26b43df4443.tar.gz linux-7e6c2ffe6c2284a10f77079670e3b26b43df4443.tar.bz2 linux-7e6c2ffe6c2284a10f77079670e3b26b43df4443.zip |
phy: exynos5-usbdrd: convert some FIELD_PREP_CONST() to FIELD_PREP()
Use of FIELD_PREP_CONST() was a thinko - it's meant to be used for
(constant) initialisers, not constant values.
Use FIELD_PREP() where possible. It has better error checking and is
therefore the preferred macro to use in those cases.
Signed-off-by: André Draszik <andre.draszik@linaro.org>
Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org>
Link: https://lore.kernel.org/r/20240710-phy-field-prep-v1-1-2fa3f7dc4fc7@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions