scsi: qla2xxx: Fix the size used in a 'dma_free_coherent()' call
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 2 Aug 2020 11:07:21 +0000 (13:07 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 25 Aug 2020 02:51:17 +0000 (22:51 -0400)
commit650b323c8e7c3ac4830a20895b1d444fd68dd787
treeffe6e94792698c2108e0c8bb8bfdf9841453fe85
parent574918e69720fe62ab3eb42ec3750230c8d16b06
scsi: qla2xxx: Fix the size used in a 'dma_free_coherent()' call

Update the size used in 'dma_free_coherent()' in order to match the one
used in the corresponding 'dma_alloc_coherent()'.

[mkp: removed memset() hunk that has already been addressed]

Link: https://lore.kernel.org/r/20200802110721.677707-1-christophe.jaillet@wanadoo.fr
Fixes: 4161cee52df8 ("[SCSI] qla4xxx: Add host statistics support")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/qla2xxx/qla_mbx.c