On Sat, 7 Apr 2018, Michael Schmitz wrote:

> > 
> >   CHECK   /home/fthain/src/kernel.org/linux/drivers/scsi/zorro_esp.c
> > drivers/scsi/zorro_esp.c:274:14: warning: cast removes address space of 
> > expression
> > drivers/scsi/zorro_esp.c:712:14: warning: cast removes address space of 
> > expression
> > 
> > Why not just call writel() and get rid of the 't' temporary pointer?
> 
> As far as I can see, that will invoke cpu_to_le32() on the data written.

Good point.

Since this is zorro card driver, why not use z_writel()?

-- 

Reply via email to