From cb23f912a906d023940b54b403a1b7d6bfb97416 Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Mon, 7 Jul 2014 18:00:35 +0200 Subject: [PATCH] scsi: cleanup switch in scsi_adjust_queue_depth While checking what scsi_adjust_queue_depth() did I thought its switch statement could be clearer: - remove redundant assignment (to sdev->queue_depth) - re-order cases (thus removing the fall-through) Signed-off-by: Douglas Gilbert Reviewed-by: Martin K. Petersen Reviewed-by: Robert Elliott Tested-by: Robert Elliott Signed-off-by: Christoph Hellwig --- Reading git-format-patch failed