Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;