On Sat, Mar 18, 2023 at 12:30:41PM +0530, Abhirup Deb wrote: > -#define TSI148_PCFS_STAT_SELTIM (3<<9) /* DELSEL Timing */ > +#define TSI148_PCFS_STAT_SELTIM BIT(9) /* DELSEL Timing */ This patch is buggy. regards, dan carpenter
On Sat, Mar 18, 2023 at 12:30:41PM +0530, Abhirup Deb wrote: > -#define TSI148_PCFS_STAT_SELTIM (3<<9) /* DELSEL Timing */ > +#define TSI148_PCFS_STAT_SELTIM BIT(9) /* DELSEL Timing */ This patch is buggy. regards, dan carpenter