Re: [PATCH v3 01/15] scsi: pm8001: do not overwrite PCI queue mapping

From: John Garry
Date: Tue Aug 06 2024 - 11:15:25 EST


On 06/08/2024 13:06, Daniel Wagner wrote:
blk_mq_pci_map_queues maps all queues but right after this, we
overwrite these mappings by calling blk_mq_map_queues. Just use one
helper but not both.

Fixes: 42f22fe36d51 ("scsi: pm8001: Expose hardware queues for pm80xx")
Signed-off-by: Daniel Wagner<dwagner@xxxxxxx>

Reviewed-by: John Garry <john.g.garry@xxxxxxxxxx>