Hi Geert,

On 9/11/12016, Geert Uytterhoeven wrote:
> > So would you say sd_ctrl_write16_rep should also be changed to be 'const
> u16 *buf'?
> >
> > Currently it is:
> > static inline void sd_ctrl_write16_rep(struct tmio_mmc_host *host, int
> addr,
> >                 u16 *buf, int count)
> > {
> >         writesw(host->ctl + (addr << host->bus_shift), buf, count);
> 
> Ideally it should become const, too.

I can add another patch at the end of this series that changes it to match 
sd_ctrl_write32_rep.


(unless for some reason you think it should be a separate patch that is not 
associated with this series)


Chris

Reply via email to