Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83532
b: refs/heads/master
c: d7827d8
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger authored and Linus Torvalds committed Feb 6, 2008
1 parent a23ad15 commit c7fb5c6
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: 5c236343eb558e3cf3bbffd0688f5518f8b9028a
refs/heads/master: d7827d889ab9c7275668f2ce7978b317ca1e11a6
4 changes: 2 additions & 2 deletions trunk/drivers/rtc/rtc-bfin.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ static void rtc_bfin_reset(struct bfin_rtc *rtc)

static irqreturn_t bfin_rtc_interrupt(int irq, void *dev_id)
{
struct platform_device *pdev = to_platform_device(dev_id);
struct bfin_rtc *rtc = platform_get_drvdata(pdev);
struct device *dev = dev_id;
struct bfin_rtc *rtc = dev_get_drvdata(dev);
unsigned long events = 0;
u16 rtc_istat;

Expand Down

0 comments on commit c7fb5c6

Please sign in to comment.