Hi Lee Jones, Thanks for the feedback. > Subject: Re: [PATCH] leds: pca955x: Convert enum->pointer for data in the > match tables > > On Sun, 20 Aug 2023, Biju Das wrote: > > > Convert enum->pointer for data in the match tables, so that > > device_get_match_data() can do match against OF/ACPI/I2C tables, once > > i2c bus type match support added to it. > > > > Replace enum->struct *pca955x_chipdefs for data in the match table. > > Simplify the probe() by replacing device_get_match_data() and ID > > lookup for retrieving data by i2c_get_match_data(). > > > > While at it, add const definition to pca955x_chipdefs[]. > > > > Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > > --- > > Note: > > This patch is only compile tested. > > --- > > drivers/leds/leds-pca955x.c | 45 > > +++++++++++++------------------------ > > 1 file changed, 16 insertions(+), 29 deletions(-) > > Reviewed-by: Lee Jones <lee@xxxxxxxxxx> > > Patch doesn't apply. Please rebase, add the tag above and resubmit. OK will rebase and resend with Rb tag. Cheers, Biju