MIPS: ath79: Remove one of the identical args in early_printk
authorIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Mon, 4 Jul 2022 12:51:51 +0000 (15:51 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 Jul 2022 13:13:26 +0000 (15:13 +0200)
commit60b21490b72f1348c0a1f483ea1245425a583498
tree13afda909e00af1829679259d24d788cbc1dad6b
parent9d3aaceb73acadf134596a2f8db9c451c1332d3d
MIPS: ath79: Remove one of the identical args in early_printk

prom_putchar_wait() inputs both mask and val but the callers always set
them to the same value. Thus pass only val.

Suggested-by: Jiri Slaby <jirislaby@kernel.org>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://lore.kernel.org/r/20220704125151.59231-1-ilpo.jarvinen@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/mips/ath79/early_printk.c