commit | 14b61a520567118088948c8e60d367e870d74d28 | [log] [tgz] |
---|---|---|
author | Sergio Paracuellos <sergio.paracuellos@gmail.com> | Sun May 13 20:35:56 2018 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon May 14 14:07:07 2018 +0200 |
tree | 739af13ca20ed0c5b65bf7d0df651d25f43e0248 | |
parent | dea2f1fb84c8b7d3581e90def1834b7bf4bdd585 [diff] |
staging: ks7010: change two parameter types in hostif_mic_failure_request Parameters 'failure_count' and 'timer' was declared as unsigned short and then there was being casted to u16 inside cpu_to_le16 to make the assignation. Just declare them as 'u16' and avoid casting at all. Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>