]> git.baikalelectronics.ru Git - kernel.git/commit
staging: wfx: fix use of cpu_to_le32 instead of le32_to_cpu
authorJérôme Pouiller <jerome.pouiller@silabs.com>
Tue, 12 May 2020 15:03:58 +0000 (17:03 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 May 2020 11:49:42 +0000 (13:49 +0200)
commitd584c464337baf8e880ce2cd8ed85b7950acc70e
treed4fb3805ba0ff51f5ac573f5b61b69930d3ebcd2
parentfb352f6b60289c1129f6b5f45c9668762209129b
staging: wfx: fix use of cpu_to_le32 instead of le32_to_cpu

Sparse detected that le32_to_cpu should be used instead of cpu_to_le32.

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20200512150414.267198-2-Jerome.Pouiller@silabs.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wfx/hwio.c