more clean ups
git-svn-id: svn+ssh://en.codiert.org/home/staff/ben/dev/misc.svn/projects/fpgafs@342 766a2236-cff9-0310-b0c0-a81a5f92509a
This commit is contained in:
parent
8f3efeb116
commit
267d5afeab
2
files.c
2
files.c
@ -21,7 +21,7 @@ static int fpgafs_pipe_open(struct inode *inode, struct file *file)
|
|||||||
static ssize_t fpgafs_stat_read(struct file *file, char __user *buf,
|
static ssize_t fpgafs_stat_read(struct file *file, char __user *buf,
|
||||||
size_t len, loff_t *pos)
|
size_t len, loff_t *pos)
|
||||||
{
|
{
|
||||||
struct fpga_context *ctx = file->private_data;
|
//struct fpga_context *ctx = file->private_data;
|
||||||
u32 data, __user *udata;
|
u32 data, __user *udata;
|
||||||
ssize_t count;
|
ssize_t count;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user