Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[sfrench/cifs-2.6.git] / drivers / staging / sm750fb / ddk750_chip.h
index 09c223f815def3359d65eda4f7107b1a1010d977..aee82fcaf6693885d2d9c3367d0386149d17e61c 100644 (file)
@@ -18,7 +18,7 @@ static inline u32 peek32(u32 addr)
        return readl(addr + mmio750);
 }
 
-static inline void poke32(u32 data, u32 addr)
+static inline void poke32(u32 addr, u32 data)
 {
        writel(data, addr + mmio750);
 }