mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-05-17 15:28:31 +00:00
[PATCH] cciss_ioctl() warning fix
Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
61998bcb4b
commit
97afa0a25a
@@ -786,7 +786,6 @@ static int cciss_ioctl(struct inode *inode, struct file *filep,
|
||||
|
||||
case CCISS_GETLUNINFO: {
|
||||
LogvolInfo_struct luninfo;
|
||||
int i;
|
||||
|
||||
luninfo.LunID = drv->LunID;
|
||||
luninfo.num_opens = drv->usage_count;
|
||||
|
||||
Reference in New Issue
Block a user