crypto/mrvl: print message if DMA mem is initialized
authorTomasz Duszynski <tdu@semihalf.com>
Tue, 17 Oct 2017 07:17:48 +0000 (09:17 +0200)
committerPablo de Lara <pablo.de.lara.guarch@intel.com>
Wed, 25 Oct 2017 16:10:40 +0000 (18:10 +0200)
commit5f4a38008da5861cbb4a2cc5718c7d4401cc9452
tree2c819f047677fc96e466c5be3638224da7a9f875
parent4816fb37ce89834d03ad6e9771c17f02af736428
crypto/mrvl: print message if DMA mem is initialized

In case MUSDK dma memory has been already initialized by a different
driver (and perhaps do the different size) mv_sys_dma_mem_init()
will return -EEXIST error code.

Printing extra message makes it clear.

Signed-off-by: Tomasz Duszynski <tdu@semihalf.com>
drivers/crypto/mrvl/rte_mrvl_pmd.c