Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5e075cb5 authored by Hartley Sweeten's avatar Hartley Sweeten Committed by Russell King
Browse files

[ARM] 5454/1: ep93xx_eth: fix sparse warnings



Fix 50+ sparse warnings in the ep93xx ethernet driver.

  warning: incorrect type in argument 1 (different address spaces)

Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 32dc496b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -153,7 +153,7 @@ struct ep93xx_descs
struct ep93xx_priv
struct ep93xx_priv
{
{
	struct resource		*res;
	struct resource		*res;
	void			*base_addr;
	void __iomem		*base_addr;
	int			irq;
	int			irq;


	struct ep93xx_descs	*descs;
	struct ep93xx_descs	*descs;