Hi, On Wed, 2024-07-10 at 07:45 +0100, André Draszik wrote: > 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@xxxxxxxxxx> > --- > drivers/phy/samsung/phy-exynos5-usbdrd.c | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) Any comments on this patch? Cheers, Andre'