hte: tegra194: Remove redundant dev_err()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 11 Oct 2023 20:26:37 +0000 (23:26 +0300)
committerDipen Patel <dipenp@nvidia.com>
Thu, 12 Oct 2023 16:32:30 +0000 (09:32 -0700)
commit0b40f91d43f72d52fb2a3f04c018d703e0477cc3
treeac2ae835b2e7039e310ecf1a7c4124a4b0e34cee
parent06eaa531f2dd1a4d5137a1b49e7c762cc3689b14
hte: tegra194: Remove redundant dev_err()

There is no need to call the dev_err() function directly to print a custom
message when handling an error from platform_get_irq() function as it is
going to display an appropriate error message in case of a failure.

Reviewed-by: Dipen Patel <dipenp@nvidia.com>
Tested-by: Dipen Patel <dipenp@nvidia.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20231010151709.4104747-4-andriy.shevchenko@linux.intel.com
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Dipen Patel <dipenp@nvidia.com>
drivers/hte/hte-tegra194.c