> > > > + /* for SDUC */ > > > > + bool has_ext_addr; > > > > + u8 ext_addr; > > > > + u16 reserved; > > > > > > I don't see this being used, at least in this patch. Perhaps move it > > > to the patch that starts using it? > > In mmc_blk_rw_rq_prep(). > > I was only pointing at the "u16 reserved", the other new variables are fine. > > Looking at the complete series, it seems like the "u16 reserved" is unused > and can be removed. OK. Thanks, Avri > > [...] > > Kind regards > Uffe