mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 10:41:26 +00:00
scst: Remove an unused variable
This patch fixes a compiler warning that was introduced in r7861. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7867 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -8504,7 +8504,6 @@ static void scsi_end_async(struct request *req, blk_status_t error)
|
||||
#endif
|
||||
{
|
||||
struct scsi_io_context *sioc = req->end_io_data;
|
||||
int result;
|
||||
|
||||
#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 12, 0)
|
||||
TRACE_DBG("sioc %p, cmd %p, error %d / %d", sioc, sioc->data, error,
|
||||
|
||||
Reference in New Issue
Block a user