From 2865c073257eaf1ede043a4dbc77afc71b6de175 Mon Sep 17 00:00:00 2001 From: Tomas Henzl Date: Wed, 3 Jun 2015 17:37:02 +0200 Subject: [PATCH] mptsas: fix depth param in scsi_track_queue_full A user of scsi_track_queue_full should pass to the function a constant value untill the queue-depth changes, otherwise the internal logic in scsi_track_queue_full rejects the change. Other users of this function use a 'sdev->queue_depth - 1' as depth parameter, let's do the same. Signed-off-by: Tomas Henzl Acked-by: "Sreekanth Reddy" Signed-off-by: James Bottomley --- Reading git-format-patch failed