irqdomain: Remove stray '-' in the domain name
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 12 Aug 2024 19:29:40 +0000 (22:29 +0300)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 13 Aug 2024 08:40:10 +0000 (10:40 +0200)
commit7b9414cb2d370b7c5149b37f585b077af2ae211b
tree2cd3ce6ab27531a80a5949a854d0999c659d6963
parentc0ece64497992473aabbcbb007e2afecc8d750a2
irqdomain: Remove stray '-' in the domain name

When the domain suffix is not supplied alloc_fwnode_name() unconditionally
adds a separator.

Fix the format strings to get rid of the stray '-' separator.

Fixes: 1e7c05292531 ("irqdomain: Allow giving name suffix for domain")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20240812193101.1266625-3-andriy.shevchenko@linux.intel.com
kernel/irq/irqdomain.c