diff options
author | 2009-06-11 09:49:15 -0400 | |
---|---|---|
committer | 2009-06-16 21:19:26 -0400 | |
commit | c6a9d7b55e2df63de012a9a285bf2a0bee8e4d59 (patch) | |
tree | f4f275eeba79572e9660da6c0d865d7f2d51075c /lib/dma-debug.c | |
parent | ring-buffer: use BUF_PAGE_HDR_SIZE in calculating index (diff) | |
download | linux-dev-c6a9d7b55e2df63de012a9a285bf2a0bee8e4d59.tar.xz linux-dev-c6a9d7b55e2df63de012a9a285bf2a0bee8e4d59.zip |
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 'lib/dma-debug.c')
0 files changed, 0 insertions, 0 deletions