Commit 97afa0a2 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] cciss_ioctl() warning fix

Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 61998bcb
...@@ -786,7 +786,6 @@ static int cciss_ioctl(struct inode *inode, struct file *filep, ...@@ -786,7 +786,6 @@ static int cciss_ioctl(struct inode *inode, struct file *filep,
case CCISS_GETLUNINFO: { case CCISS_GETLUNINFO: {
LogvolInfo_struct luninfo; LogvolInfo_struct luninfo;
int i;
luninfo.LunID = drv->LunID; luninfo.LunID = drv->LunID;
luninfo.num_opens = drv->usage_count; luninfo.num_opens = drv->usage_count;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment