common/cnxk: convert warning to debug print
authorAkhil Goyal <gakhil@marvell.com>
Sun, 8 May 2022 07:48:19 +0000 (13:18 +0530)
committerJerin Jacob <jerinj@marvell.com>
Tue, 10 May 2022 14:26:57 +0000 (16:26 +0200)
commit24d37e0761c35a2aa5267648156d4c8f5410b203
tree779b908454e6b3e8c459daf5a7513f1002fe4d87
parentf5a4327049e7faf7cfcab26006a4501f0cafcfca
common/cnxk: convert warning to debug print

Inbound SA SPI if not in min-max range specified in devargs,
was marked as a warning. But this is not converted to debug
print because if the entry is found to be duplicate in the mask,
it will give another error print. Hence, warning print is not needed
and is now converted to debug print.

Signed-off-by: Akhil Goyal <gakhil@marvell.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
drivers/common/cnxk/roc_nix_inl.c