Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1180
b: refs/heads/master
c: 74a01d1
h: refs/heads/master
v: v3
  • Loading branch information
Jody McIntyre authored and Linus Torvalds committed May 17, 2005
1 parent ecb6565 commit e43e2ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8d98c5cd41d1932bb76a3945b4e8dea889224d87
refs/heads/master: 74a01d11c92c06a0ceac88ca306d507a8186e7f6
3 changes: 3 additions & 0 deletions trunk/drivers/ieee1394/ohci1394.h
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,9 @@ struct ti_ohci {

static inline int cross_bound(unsigned long addr, unsigned int size)
{
if (size == 0)
return 0;

if (size > PAGE_SIZE)
return 1;

Expand Down

0 comments on commit e43e2ec

Please sign in to comment.