staging: ks7010: replace GetUInt32 macro with get_unaligned_le32
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Wed, 28 Mar 2018 15:24:23 +0000 (17:24 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 Mar 2018 09:49:12 +0000 (11:49 +0200)
commitf7380a88dacc9a52e4329a79cacf4665e9b2047b
tree7765966dcd8b322ec0b573ae3c87bd7e230009a1
parent8da5b3e7f794cce95eb420bf42b65c14886cc85c
staging: ks7010: replace GetUInt32 macro with get_unaligned_le32

This commit replaces custom GetUInt32 macro with get_unaligned_le32
which is included in the linux kernel.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/michael_mic.c