mirror of https://gitee.com/openkylin/linux.git
staging: vme_user: remove distracting comment
Signed-off-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
457ab28619
commit
18f8bee206
|
@ -128,7 +128,6 @@ static ssize_t resource_to_user(int minor, char __user *buf, size_t count,
|
|||
if (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,
|
||||
count, *ppos);
|
||||
if (copied < 0)
|
||||
|
|
Loading…
Reference in New Issue