mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[mcs814x] more convertions to {read,write}_relaxed I/O accessors
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33604 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -117,7 +117,7 @@ static inline u32 nuport_mac_readl(void __iomem *reg)
|
||||
|
||||
static inline u8 nuport_mac_readb(void __iomem *reg)
|
||||
{
|
||||
return __raw_readb(reg);
|
||||
return readb_relaxed(reg);
|
||||
}
|
||||
|
||||
static inline void nuport_mac_writel(u32 value, void __iomem *reg)
|
||||
|
||||
Reference in New Issue
Block a user