drivers/mtd/ubispl/ubispl.c: Fix error message
authorBenedikt Spranger <b.spranger@linutronix.de>
Fri, 18 Oct 2024 08:30:03 +0000 (10:30 +0200)
committerEugen Hristev <eugen.hristev@linaro.org>
Fri, 29 Nov 2024 10:59:27 +0000 (12:59 +0200)
commit11da3c67e36551a4cd207abb029fec3560cc4f88
treee896cc85a1c517a10ebc90ae36c9d33ef47fd521
parentf0dab28915b7890d5a7d958bc4b6f9b61f535cb4
drivers/mtd/ubispl/ubispl.c: Fix error message

The bad CRC error message has transposed characters, which render the
output useless:

"bad CRC at record 213: #08x, not #08x" instead of
"bad CRC at record 213: #00000000, not #4be31f4d"

Fix the error message.

Signed-off-by: Benedikt Spranger <b.spranger@linutronix.de>
Reviewed-by: John Ogness <john.ogness@linutronix.de>
drivers/mtd/ubispl/ubispl.c