lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 18 Oct 2007 20:46:58 -0700 From: Roland Dreier <rdreier@...co.com> To: Lennert Buytenhek <buytenh@...tstofly.org> Cc: Dale Farnsworth <dale@...nsworth.org>, Nicolas Pitre <nico@...vell.com>, Tzachi Perelstein <tzachi@...vell.com>, Manas Saksena <msaksena@...vell.com>, netdev@...r.kernel.org Subject: Re: [PATCH 5/8] [MV643XX_ETH] Remove SHARED_REGS register address bias > +static void __iomem *mv643xx_eth_base; > + return readl(((void __iomem *)mv643xx_eth_base) + offset); Given the declaration of mv643xx_eth_base as void __iomem * already, I don't understand why you need the cast to the same type here (and elsewhere in the driver). - R. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists