media: vidtv: remove a wrong endiannes check from s302m generator
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Sun, 13 Sep 2020 05:31:08 +0000 (07:31 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 14 Sep 2020 13:59:49 +0000 (15:59 +0200)
commita6abe2f392163286deba863f56906c3b031a926a
tree160c6ea91c799fb0201f4d2673ba0f49dac871d8
parent1cb23db97ac024a707d34ab321234145807d9f58
media: vidtv: remove a wrong endiannes check from s302m generator

The code there is already doing the right thing, as it uses
value & 0xff, value & 0xff00, which already ensures the
expected endiannes.

So, it doesn't make any sense to touch the order depending on
the CPU endiannes.

Yet, as pointed by Daniel at the mailing list:
https://lore.kernel.org/linux-media/e614351c-215c-c048-52af-7c200b164f41@xs4all.nl/T/#m8d221684a151833966359c2ed8bdce0f0ee4e5fd

The reverse code is needed by the decoder. So, keep it
no matter the endiannes.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/test-drivers/vidtv/vidtv_s302m.c