Commit 18f8bee2 authored by Dmitry Kalinkin's avatar Dmitry Kalinkin Committed by Greg Kroah-Hartman

staging: vme_user: remove distracting comment

Signed-off-by: default avatarDmitry Kalinkin <dmitry.kalinkin@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 457ab286
...@@ -128,7 +128,6 @@ static ssize_t resource_to_user(int minor, char __user *buf, size_t count, ...@@ -128,7 +128,6 @@ static ssize_t resource_to_user(int minor, char __user *buf, size_t count,
if (count > image[minor].size_buf) if (count > image[minor].size_buf)
count = image[minor].size_buf; count = image[minor].size_buf;
/* We copy to kernel buffer */
copied = vme_master_read(image[minor].resource, image[minor].kern_buf, copied = vme_master_read(image[minor].resource, image[minor].kern_buf,
count, *ppos); count, *ppos);
if (copied < 0) if (copied < 0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment