Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283085
b: refs/heads/master
c: b43c1ea
h: refs/heads/master
i:
  283083: 6244ef0
v: v3
  • Loading branch information
Ondrej Zary authored and Linus Torvalds committed Jan 11, 2012
1 parent 74034fd commit 7c026d3
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: e26d196cc88c5436ca93532cabce87dbd8bf49b4
refs/heads/master: b43c1ea4d622b6951377de92edfb219d893e23ef
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-cmos.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ static inline unsigned char cmos_read_bank2(unsigned char addr)
static inline void cmos_write_bank2(unsigned char val, unsigned char addr)
{
outb(addr, RTC_PORT(2));
outb(val, RTC_PORT(2));
outb(val, RTC_PORT(3));
}

#else
Expand Down

0 comments on commit 7c026d3

Please sign in to comment.