]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit453c60b1cc523218ac5d2ccadf79fdaf562743de
tree7765966dcd8b322ec0b573ae3c87bd7e230009a1
parent2c8c8028b4ce735fa7bf2220a99b52ce251d422a
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