Commit ed2bb72b authored by Adrian Bunk's avatar Adrian Bunk Committed by James Bottomley

[PATCH] remove an unused variable from fd_mcs.c

The patch belowremoves an unused variable from drivers/scsi/fd_mcs.c .

I've tested the compilation with 2.5.72-mm2.
parent 9877980f
......@@ -589,7 +589,6 @@ static int TOTAL_INTR = 0;
static int fd_mcs_proc_info(struct Scsi_Host *shpnt, char *buffer, char **start, off_t offset, int length, int inout)
{
int len = 0;
int i;
if (inout)
return (-ENOSYS);
......
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