]> Pileus Git - ~andy/linux/blobdiff - kernel/trace/trace.c
tracing: Remove unnecessary WARN_ONCE's from tracing_buffers_splice_read
[~andy/linux] / kernel / trace / trace.c
index 64ad9bc4275be0ddb837e72cff6632c7eaf40d97..5bc35907cc6e4c809e7dd599f6ed5c6703994cb3 100644 (file)
@@ -4275,13 +4275,11 @@ tracing_buffers_splice_read(struct file *file, loff_t *ppos,
                return -ENOMEM;
 
        if (*ppos & (PAGE_SIZE - 1)) {
-               WARN_ONCE(1, "Ftrace: previous read must page-align\n");
                ret = -EINVAL;
                goto out;
        }
 
        if (len & (PAGE_SIZE - 1)) {
-               WARN_ONCE(1, "Ftrace: splice_read should page-align\n");
                if (len < PAGE_SIZE) {
                        ret = -EINVAL;
                        goto out;