staging: wfx: take advantage of le32_to_cpup()
authorJérôme Pouiller <jerome.pouiller@silabs.com>
Tue, 12 May 2020 15:03:59 +0000 (17:03 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 May 2020 11:49:42 +0000 (13:49 +0200)
commit1d572139f9d2e11d97e27a558b67f45f69f05a55
treeeb281ac7a8d429447fd57e6f4e22d87c38564bd2
parent9d9bb819d56d89bc7bc3223145699b92eadbb204
staging: wfx: take advantage of le32_to_cpup()

le32_to_cpu(*x) can be advantageously converted in le32_to_cpup(x).

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