提交 78e2c641 编写于 作者: J Joe Perches 提交者: Jiri Kosina

drivers/infiniband: Remove unnecessary casts of private_data

Signed-off-by: NJoe Perches <joe@perches.com>
Acked-by: NRalph Campbell <ralph.campbell@qlogic.com>
Signed-off-by: NJiri Kosina <jkosina@suse.cz>
上级 33fa1d90
......@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册