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:
ben 2007-06-28 20:45:45 +00:00
parent 8f3efeb116
commit 267d5afeab
1 changed files with 1 additions and 1 deletions

View File

@ -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,
size_t len, loff_t *pos)
{
struct fpga_context *ctx = file->private_data;
//struct fpga_context *ctx = file->private_data;
u32 data, __user *udata;
ssize_t count;