Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34348
b: refs/heads/master
c: 634965f
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Sep 23, 2006
1 parent 5904b13 commit 4952486
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: cc9bd99e9adfa4f44ea050a63fb41a3f764acf84
refs/heads/master: 634965f5cfda1763f51e7916cfa49265b70e2a8d
2 changes: 1 addition & 1 deletion trunk/drivers/char/istallion.c
Original file line number Diff line number Diff line change
Expand Up @@ -3488,7 +3488,7 @@ static int stli_initecp(stlibrd_t *brdp)
*/
EBRDENABLE(brdp);
sigsp = (cdkecpsig_t __iomem *) EBRDGETMEMPTR(brdp, CDK_SIGADDR);
memcpy(&sig, sigsp, sizeof(cdkecpsig_t));
memcpy_fromio(&sig, sigsp, sizeof(cdkecpsig_t));
EBRDDISABLE(brdp);

if (sig.magic != cpu_to_le32(ECP_MAGIC))
Expand Down

0 comments on commit 4952486

Please sign in to comment.