]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
staging: ks7010: change some cast type from uint16_t to u16 in hostif_data_request
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Sun, 13 May 2018 18:35:46 +0000 (20:35 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 May 2018 12:07:06 +0000 (14:07 +0200)
commit521d3f26bc866a79cc3b464e8e3dec555fd34611
treed5404c24efbe4faa9e4fd1ca58f70512d38fdc35
parentbc0b3f43ca94c5e52564a13f61b7303a91883185
staging: ks7010: change some cast type from uint16_t to u16 in hostif_data_request

There are some castings inside the function hostif_data_request
which are being using with uint16_t type. Fields which have being
assigned are declared as u16. So update casts types to u16 in all
of them.

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