This commit replaces uint8_t for preferred one u8 in parameter of michael_init function. Signed-off-by: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx> --- drivers/staging/ks7010/michael_mic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/ks7010/michael_mic.c b/drivers/staging/ks7010/michael_mic.c index 5eac356..0b59865 100644 --- a/drivers/staging/ks7010/michael_mic.c +++ b/drivers/staging/ks7010/michael_mic.c @@ -24,7 +24,7 @@ static inline void michael_clear(struct michael_mic_t *mic) mic->m_bytes = 0; } -static void michael_init(struct michael_mic_t *mic, uint8_t *key) +static void michael_init(struct michael_mic_t *mic, u8 *key) { // Set the key mic->k0 = get_unaligned_le32(key); -- 2.7.4 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel