Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311074
b: refs/heads/master
c: 8447c4d
h: refs/heads/master
v: v3
  • Loading branch information
Chris Metcalf authored and Mauro Carvalho Chehab committed Jun 11, 2012
1 parent 6071649 commit f735b0b
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: b9bc5ddb1b76d3f7ee14c533300aa95907c6969e
refs/heads/master: 8447c4d15e357a458c9051ddc84aa6c8b9c27000
2 changes: 1 addition & 1 deletion trunk/drivers/edac/edac_mc.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ void *edac_align_ptr(void **p, unsigned size, int n_elems)
else
return (char *)ptr;

r = size % align;
r = (unsigned long)p % align;

if (r == 0)
return (char *)ptr;
Expand Down

0 comments on commit f735b0b

Please sign in to comment.