commit | ab0bb2a4035e7baa5dbfc2fefc7b556ce54f6046 | [log] [tgz] |
---|---|---|
author | Sergio Paracuellos <sergio.paracuellos@gmail.com> | Fri May 04 06:16:49 2018 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun May 06 18:58:41 2018 -0700 |
tree | fa332d4e456a75d1c9a57664caad05ec32b21cde | |
parent | 19e8a0d7305713a348a07db06921856104cce3bb [diff] |
staging: ks7010: use u16 instead of unsigned short in hostif_connect_indication Local variable 'connect_code' is declared as unsigned short in hostif_connect_indication function. Its value is got calling get_word which returns an 'u16' so change its type to u16 which is preferred. Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>