staging: pi433: fixed signedness of 4th argument to kfifo_from_user
authorStefano Manni <stefano.manni@gmail.com>
Thu, 16 Nov 2017 19:45:26 +0000 (20:45 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Nov 2017 13:07:15 +0000 (14:07 +0100)
commit57f8965af417f97ed3f8e3d5c62c3e812e1b19e0
tree893dd59b027cbbea5b1fed8a6d7e246bd9f82c35
parent8d05bce217de06cba6f2600ed54a69304def9ab5
staging: pi433: fixed signedness of 4th argument to kfifo_from_user

sparse warning:
incorrect type in initializer (different signedness)
expected unsigned int *__copied, got int *<noident>

Signed-off-by: Stefano Manni <stefano.manni@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/pi433/pi433_if.c