Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30752
b: refs/heads/master
c: 0ca0666
h: refs/heads/master
v: v3
  • Loading branch information
Atsushi Nemoto authored and Linus Torvalds committed Jun 28, 2006
1 parent 296c98b commit c90d0d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 6527c2bdf1f833cc18e8f42bd97973d583e4aa83
refs/heads/master: 0ca06664902d82ff0cb962cc4a72f63ab4bf4991
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-ds1553.c
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ static int ds1553_rtc_ioctl(struct device *dev, unsigned int cmd,
struct rtc_plat_data *pdata = platform_get_drvdata(pdev);

if (pdata->irq < 0)
return -ENOIOCTLCMD;
return -ENOIOCTLCMD; /* fall back into rtc-dev's emulation */
switch (cmd) {
case RTC_AIE_OFF:
pdata->irqen &= ~RTC_AF;
Expand Down

0 comments on commit c90d0d2

Please sign in to comment.