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

Commit 66df3bbf authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

[PATCH] volatile unsigned short f(...) doesn't make sense

parent c215a16a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -218,7 +218,7 @@ void bmwrite(struct net_device *dev, unsigned long reg_offset, unsigned data )


static inline
volatile unsigned short bmread(struct net_device *dev, unsigned long reg_offset )
unsigned short bmread(struct net_device *dev, unsigned long reg_offset )
{
	return in_le16((void __iomem *)dev->base_addr + reg_offset);
}