diff options
author | Steven Rostedt <srostedt@redhat.com> | 2009-06-11 09:49:15 -0400 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2009-06-16 21:19:26 -0400 |
commit | c6a9d7b55e2df63de012a9a285bf2a0bee8e4d59 (patch) | |
tree | f4f275eeba79572e9660da6c0d865d7f2d51075c /scripts | |
parent | 22f470f8daea64bc03be1fe30c8c5df382295386 (diff) |
ring-buffer: remove useless warn on check
A check if "write > BUF_PAGE_SIZE" is done right after a
if (write > BUF_PAGE_SIZE)
return ...;
Thus the check is actually testing the compiler and not the
kernel. This is useless, remove it.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions