Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217432
b: refs/heads/master
c: 52c5171
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Oct 26, 2010
1 parent 1695f48 commit 9b17b9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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: 1b627d5771312c92404b66f0a0b16f66036dd2e1
refs/heads/master: 52c5171214ff3327961d0ce0db7e8d2ce55004fd
7 changes: 2 additions & 5 deletions trunk/include/linux/kfifo.h
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,8 @@ struct kfifo_rec_ptr_2 __STRUCT_KFIFO_PTR(unsigned char, 2, void);
}


static inline unsigned int __must_check
__kfifo_must_check_helper(unsigned int val)
{
return val;
}
/* __kfifo_must_check_helper() is temporarily disabled because it was faulty */
#define __kfifo_must_check_helper(x) (x)

/**
* kfifo_initialized - Check if the fifo is initialized
Expand Down

0 comments on commit 9b17b9b

Please sign in to comment.