On Sat, 18 Aug 2018 16:39:18 +0530 Himanshu Jha <himanshujha199640@xxxxxxxxx> wrote: > On Fri, Aug 17, 2018 at 12:03:16PM -0700, David Frey wrote: > > Convert all defines to use "MASK" instead of a mix of "MSK" and "MASK" > > > > Signed-off-by: David Frey <dpfrey@xxxxxxxxx> > > Reviewed-by: Himanshu Jha <himanshujha199640@xxxxxxxxx> > Tested-by: Himanshu Jha <himanshujha199640@xxxxxxxxx> > > Also, 0-day tested with build success! > > Thanks > > > > - (tmp_lsb & BME680_BIT_H1_DATA_MSK); > > + (tmp_lsb & BME680_BIT_H1_DATA_MASK); > > Its here again so, perhaps better to send a new version instead. > Applied and fixed up. Thanks, Jonathan