]> git.baikalelectronics.ru Git - kernel.git/commit
staging: ks7010: replace casts to use type u16 in init_request
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Sun, 13 May 2018 18:35:50 +0000 (20:35 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 May 2018 12:07:06 +0000 (14:07 +0200)
commitfec98d684f478624bc78159f4c931f660e3a4f13
tree585070bc5c126955e18a99f68c74e3d60baec991
parent9a6ec906658808cd54c15672c8a1b0c8fe0301e8
staging: ks7010: replace casts to use type u16 in init_request

There are soem assignments inside init_request function which
are being used together with cpu_to_le16 using uint16_t as cast
type. Replace all of them to use 'u16' instead.

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