Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114895
b: refs/heads/master
c: bc20589
h: refs/heads/master
i:
  114893: 6b0e058
  114891: 72b05f5
  114887: a420cbf
  114879: 17bbd3f
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Oct 16, 2008
1 parent abb50f7 commit 379b10c
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: d05abab9a47d3245664eee413769af2e1e4b1faf
refs/heads/master: bc20589bf1c63e4e8bee57855568458ba303306b
2 changes: 1 addition & 1 deletion trunk/drivers/char/applicom.c
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ static int do_ac_read(int IndexCard, char __user *buf,
struct st_ram_io *st_loc, struct mailbox *mailbox)
{
void __iomem *from = apbs[IndexCard].RamIO + RAM_TO_PC;
unsigned char *to = (unsigned char *)&mailbox;
unsigned char *to = (unsigned char *)mailbox;
#ifdef DEBUG
int c;
#endif
Expand Down

0 comments on commit 379b10c

Please sign in to comment.