Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233210
b: refs/heads/master
c: d8ce148
h: refs/heads/master
v: v3
  • Loading branch information
John Stultz committed Feb 3, 2011
1 parent bd347d4 commit f3b4b87
Show file tree
Hide file tree
Showing 3 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: 16380c153a69c3784d2afaddfe0a22f353046cf6
refs/heads/master: d8ce1481ee8770ef2314eb7984a2228dbf64ad06
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-msm6242.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ static inline unsigned int msm6242_read(struct msm6242_priv *priv,
static inline void msm6242_write(struct msm6242_priv *priv, unsigned int val,
unsigned int reg)
{
return __raw_writel(val, &priv->regs[reg]);
__raw_writel(val, &priv->regs[reg]);
}

static inline void msm6242_set(struct msm6242_priv *priv, unsigned int val,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-rp5c01.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ static inline unsigned int rp5c01_read(struct rp5c01_priv *priv,
static inline void rp5c01_write(struct rp5c01_priv *priv, unsigned int val,
unsigned int reg)
{
return __raw_writel(val, &priv->regs[reg]);
__raw_writel(val, &priv->regs[reg]);
}

static void rp5c01_lock(struct rp5c01_priv *priv)
Expand Down

0 comments on commit f3b4b87

Please sign in to comment.