Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64014
b: refs/heads/master
c: c1147cc
h: refs/heads/master
v: v3
  • Loading branch information
David Brownell authored and Jean Delvare committed Aug 14, 2007
1 parent 25aacd1 commit e228247
Show file tree
Hide file tree
Showing 2 changed files with 2 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: a07ad1cc0300931bfd76bfcd2da3ddad743f4a89
refs/heads/master: c1147cc6d18389f6530bae27741b9b2665e862e6
3 changes: 1 addition & 2 deletions trunk/drivers/i2c/chips/menelaus.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#define DEBUG
/*
* Copyright (C) 2004 Texas Instruments, Inc.
*
Expand Down Expand Up @@ -933,7 +932,7 @@ static int menelaus_set_time(struct device *dev, struct rtc_time *t)
return status;
status = menelaus_write_reg(MENELAUS_RTC_WKDAY, BIN2BCD(t->tm_wday));
if (status < 0) {
dev_err(&the_menelaus->client->dev, "rtc write reg %02x",
dev_err(&the_menelaus->client->dev, "rtc write reg %02x "
"err %d\n", MENELAUS_RTC_WKDAY, status);
return status;
}
Expand Down

0 comments on commit e228247

Please sign in to comment.