Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345043
b: refs/heads/master
c: 13ea581
h: refs/heads/master
i:
  345041: 0a14f9d
  345039: aad7be8
v: v3
  • Loading branch information
Mark Brown authored and Samuel Ortiz committed Nov 30, 2012
1 parent 510dc04 commit 2a4390c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 27dff048ccdc15e6680c06ab77433be948492d05
refs/heads/master: 13ea5813238239930d12d28bd7504a3ac6ba14d1
3 changes: 3 additions & 0 deletions trunk/drivers/mfd/wm5102-tables.c
Original file line number Diff line number Diff line change
Expand Up @@ -2330,6 +2330,9 @@ static bool wm5102_readable_register(struct device *dev, unsigned int reg)

static bool wm5102_volatile_register(struct device *dev, unsigned int reg)
{
if (reg > 0xffff)
return true;

switch (reg) {
case ARIZONA_SOFTWARE_RESET:
case ARIZONA_DEVICE_REVISION:
Expand Down

0 comments on commit 2a4390c

Please sign in to comment.