Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154906
b: refs/heads/master
c: 28df30e
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and Linus Torvalds committed Jul 6, 2009
1 parent 96a5f24 commit 1580723
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: efc0cfa6d16103bd72a7c398f1321816b635370f
refs/heads/master: 28df30e61b46a33d1f0bb60757747396886ef687
4 changes: 2 additions & 2 deletions trunk/drivers/rtc/rtc-ds1374.c
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ static void ds1374_work(struct work_struct *work)

stat = i2c_smbus_read_byte_data(client, DS1374_REG_SR);
if (stat < 0)
return;
goto unlock;

if (stat & DS1374_REG_SR_AF) {
stat &= ~DS1374_REG_SR_AF;
Expand All @@ -302,7 +302,7 @@ static void ds1374_work(struct work_struct *work)
out:
if (!ds1374->exiting)
enable_irq(client->irq);

unlock:
mutex_unlock(&ds1374->mutex);
}

Expand Down

0 comments on commit 1580723

Please sign in to comment.