]> git.baikalelectronics.ru Git - kernel.git/commit
staging: ks7010: replace uint8_t in favour of u8 in michael_append
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Wed, 28 Mar 2018 15:24:27 +0000 (17:24 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 Mar 2018 09:49:12 +0000 (11:49 +0200)
commit4968a0f6bf90d0cabe95b474a1942f741ade07e2
tree23a4a903491560a38e8f88388e3fc385d404ba77
parentbe68246cab2ca3efaa8819071056b677e6ed9b8b
staging: ks7010: replace uint8_t in favour of u8 in michael_append

This commit replaces param which is uint8_t in michael_append
function in favour of preferred one u8. It also removes no more
needed casts when calling this function.

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