irqdomain: Use return value of strreplace()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 28 Jun 2023 15:02:51 +0000 (18:02 +0300)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 30 Jun 2023 09:13:44 +0000 (11:13 +0200)
commit67a4e1a3bf7c68ed3fbefc4213648165d912cabb
treea346b7dfae1f45dcec069e44740119b29ebfa750
parent0017387938993553fe8e08bd9bcf398fb609d136
irqdomain: Use return value of strreplace()

Since strreplace() returns the pointer to the string itself, use it
directly.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20230628150251.17832-1-andriy.shevchenko@linux.intel.com
kernel/irq/irqdomain.c