dmaengine: bcm-sba-raid: Remove redundant SBA_REQUEST_STATE_RECEIVED
authorAnup Patel <anup.patel@broadcom.com>
Tue, 22 Aug 2017 09:57:03 +0000 (15:27 +0530)
committerVinod Koul <vinod.koul@intel.com>
Mon, 28 Aug 2017 11:14:24 +0000 (16:44 +0530)
commitb99c238669a7abdfc54d14494687c13856280a50
treeea07ffaa3d3e62aa2af3d3a23bd1083273fe086a
parentd6ffd2395a9225f89ab7e07b4ee5216018aa7787
dmaengine: bcm-sba-raid: Remove redundant SBA_REQUEST_STATE_RECEIVED

The SBA_REQUEST_STATE_RECEIVED state is now redundant because
received sba_request are immediately freed or moved to completed
list in sba_process_received_request().

This patch removes redundant SBA_REQUEST_STATE_RECEIVED state.

Signed-off-by: Anup Patel <anup.patel@broadcom.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/bcm-sba-raid.c