Skip to content

Commit

Permalink
[PATCH] cciss_ioctl() warning fix
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jun 28, 2005
1 parent 61998bc commit 97afa0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/block/cciss.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 97afa0a

Please sign in to comment.