Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information