]> git.baikalelectronics.ru Git - kernel.git/commit
staging: ks7010: use u16 as cast type in hostif_start_request
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Sun, 13 May 2018 18:35:49 +0000 (20:35 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 May 2018 12:07:06 +0000 (14:07 +0200)
commit9a6ec906658808cd54c15672c8a1b0c8fe0301e8
treebab7e7e239da7d18411b5739df263fb61f3d1495
parent6e545d73f6003e99494b7768d7a2f754f3d70bf9
staging: ks7010: use u16 as cast type in hostif_start_request

Use u16 as cast type in hostif_start_request function replacing
uint16_t which was being used.

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