commit | c100a3f132e4981d4b2b874657b390a137c6c32e | [log] [tgz] |
---|---|---|
author | Gimcuan Hui <gimcuan@gmail.com> | Sun Nov 05 05:06:18 2017 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Nov 08 12:58:31 2017 +0100 |
tree | 486dae46e579d54f3d44fb082f3b41d467efa9ef | |
parent | 9ce99a3a9284cfb8d45a7abc43346f880da338cc [diff] |
tty: serial: jsm: change the type of local variable The return type of jsm_get_mstat was int, and the local var result was for the return should be int, make the change. This patch fixes the checkpatch.pl warning: Prefer 'unsigned int' to bare use of 'unsigned'. Signed-off-by: Gimcuan Hui <gimcuan@gmail.com> Acked-by: Guilherme G. Piccoli <gpiccoli@linux.vnet.ibm.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>