]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit707e45ecf79ac8b824ee3dac6c85565960892e18
tree13afda909e00af1829679259d24d788cbc1dad6b
parentf92ddcdd43e969638752b2278bfd24085a70b311
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