Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316276
b: refs/heads/master
c: 6b4a21b
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Jun 28, 2012
1 parent 3470dc2 commit c0d8f61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3dba1c265268950b1ddd22e53ea823c1cb57b684
refs/heads/master: 6b4a21b64ccc218a00dc0e38676092e64df159dc
4 changes: 2 additions & 2 deletions trunk/sound/soc/dwc/designware_i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ struct dw_i2s_dev {
int (*i2s_clk_cfg)(struct i2s_clk_config_data *config);
};

static inline void i2s_write_reg(void *io_base, int reg, u32 val)
static inline void i2s_write_reg(void __iomem *io_base, int reg, u32 val)
{
writel(val, io_base + reg);
}

static inline u32 i2s_read_reg(void *io_base, int reg)
static inline u32 i2s_read_reg(void __iomem *io_base, int reg)
{
return readl(io_base + reg);
}
Expand Down

0 comments on commit c0d8f61

Please sign in to comment.