From 3f5651f115ebce92d63514432de2b29269448616 Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Mon, 12 Jul 2010 13:50:01 -0700 Subject: [PATCH] --- yaml --- r: 204445 b: refs/heads/master c: 78e2c6415a50646896d75dedf9f71e54081311fa h: refs/heads/master i: 204443: 95cfc6532c6b060fe45b37cbea8e6e6a97a224a8 v: v3 --- [refs] | 2 +- trunk/drivers/infiniband/hw/ipath/ipath_file_ops.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c974a637f7ba..e0217cd46049 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 33fa1d909c7357be715aa0e9f9e24c3ef5714493 +refs/heads/master: 78e2c6415a50646896d75dedf9f71e54081311fa diff --git a/trunk/drivers/infiniband/hw/ipath/ipath_file_ops.c b/trunk/drivers/infiniband/hw/ipath/ipath_file_ops.c index 9c5c66d16a23..65eb8929db22 100644 --- a/trunk/drivers/infiniband/hw/ipath/ipath_file_ops.c +++ b/trunk/drivers/infiniband/hw/ipath/ipath_file_ops.c @@ -2055,7 +2055,7 @@ static int ipath_close(struct inode *in, struct file *fp) mutex_lock(&ipath_mutex); - fd = (struct ipath_filedata *) fp->private_data; + fd = fp->private_data; fp->private_data = NULL; pd = fd->pd; if (!pd) {