staging: comedi: drivers: s626.c - fixed checkpatch issue about data type
authorAndrea della Porta <sfaragnaus@gmail.com>
Fri, 7 Apr 2017 00:16:37 +0000 (01:16 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 8 Apr 2017 15:05:59 +0000 (17:05 +0200)
commite45c2379125c00a1c6fcda5211418970a1d89d31
treeb1f720d638f7347c562517d401d1d399a967d49d
parent1bb90b68ab77995836b39a1a2b4047c2db6983a2
staging: comedi: drivers: s626.c - fixed checkpatch issue about data type

staging: comedi: drivers: s626.c - fixed the following checkpatch issue:
CHECK: Prefer kernel type 's16' over 'int16_t'
#1939: FILE: drivers/staging/comedi/drivers/s626.c:1939:
+               int16_t dacdata = (int16_t)data[i];

Signed-off-by: Andrea della Porta <sfaragnaus@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/s626.c