Commit 5d053887 authored by Randy Dunlap's avatar Randy Dunlap Committed by James Bottomley

[PATCH] Comment out an unused function in drivers/scsi/wd7000.c

Eliminate unused function wd7000_abort() in wd7000 driver.

  CC [M]  drivers/scsi/wd7000.o
drivers/scsi/wd7000.c:1612: warning: `wd7000_abort' defined but not used

As the author states in his comment, this is "unfinished business" ;-)


From: Mika Kukkonen <mika@osdl.org>
Signed-off-by: default avatarRandy Dunlap <rddunlap@osdl.org>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent fba539f1
......@@ -1605,6 +1605,7 @@ static int wd7000_release(struct Scsi_Host *shost)
return 0;
}
#if 0
/*
* I have absolutely NO idea how to do an abort with the WD7000...
*/
......@@ -1619,7 +1620,7 @@ static int wd7000_abort(Scsi_Cmnd * SCpnt)
}
return FAILED;
}
#endif
/*
* I also have no idea how to do a reset...
......
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