Re: Help with compiler warning

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Benny Halevy <bhalevy@...>
Cc: LKML <linux-kernel@...>, Dominik Brodowski <linux@...>
Date: Sunday, August 24, 2008 - 11:50 am

Benny Halevy wrote:

Changing it to

memcpy_fromio(ptr, (const volatile void __iomem *)(s->cb_cis_virt + 
addr), len);

memcpy_fromio(ptr, (const volatile void __iomem *)s->cb_cis_virt + 
addr, len);

memcpy_fromio(ptr, (volatile void __iomem *)(s->cb_cis_virt + addr), len);

or

memcpy_fromio(ptr, (volatile void __iomem *)s->cb_cis_virt + addr, len);

makes no difference.

Thanks,

Larry
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Help with compiler warning, Larry Finger, (Thu Aug 21, 9:36 pm)
Re: Help with compiler warning, Benny Halevy, (Sun Aug 24, 11:29 am)
Re: Help with compiler warning, Benny Halevy, (Sun Aug 24, 11:31 am)
Re: Help with compiler warning, Larry Finger, (Sun Aug 24, 11:50 am)
Re: Help with compiler warning, Andreas Schwab, (Sun Aug 24, 12:32 pm)