i3c: master: mipi-i3c-hci: correct the config reference for endianness
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Mon, 3 Jan 2022 09:45:04 +0000 (10:45 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 5 Jan 2022 08:54:54 +0000 (09:54 +0100)
commit7a2bccd1a27f0c8fc87e4ed56abd6ea9fa7314a6
treeef40db7ca1fbc236fe586fdc70976b72502682c6
parent7ff730ca458e841dbcdc87f264d7afe3eaed525e
i3c: master: mipi-i3c-hci: correct the config reference for endianness

The referred config BIG_ENDIAN does not exist. The config for the
endianness of the CPU architecture is called CPU_BIG_ENDIAN.

Correct the config name to the existing config for the endianness.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Acked-by: Nicolas Pitre <npitre@baylibre.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20220103094504.3602-1-lukas.bulwahn@gmail.com
drivers/i3c/master/mipi-i3c-hci/core.c