staging: axis-fifo: remove redundant dev_err call
authorMuhammad Usama Anjum <musamaanjum@gmail.com>
Wed, 7 Apr 2021 16:12:02 +0000 (21:12 +0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Apr 2021 07:24:05 +0000 (09:24 +0200)
commit1c4282349223269b086d6de908e80636aa01ec5d
treeb33ffb8e423758b6be0e3b120c3dfbd0da49fec5
parentf9b9263a25dc3d2eaaa829e207434db6951ca7bc
staging: axis-fifo: remove redundant dev_err call

devm_ioremap_resource() prints error message in itself. Remove the
dev_err call to avoid redundant error message.

Signed-off-by: Muhammad Usama Anjum <musamaanjum@gmail.com>
Link: https://lore.kernel.org/r/20210407161202.GA1505056@LEGION
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/axis-fifo/axis-fifo.c