staging: ks7010: replace PutUInt32 macro with put_unaligned_le32()
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Wed, 28 Mar 2018 15:24:22 +0000 (17:24 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 Mar 2018 09:49:12 +0000 (11:49 +0200)
commit8da5b3e7f794cce95eb420bf42b65c14886cc85c
tree7b5928706d859f6c4acecf4eea0a564e933541da
parent9018154f1bac0a3c30ea9b174d5e7f5e4fd3570c
staging: ks7010: replace PutUInt32 macro with put_unaligned_le32()

 This commit replaces PutUInt32 custom macro with put_unaligned_le32
 function 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