Commit fd46fe73 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman

staging: comedi: ni_stc.h: Prefer 'unsigned int' to bare use of 'unsigned'

Change the types to fix the checkpatch.pl issues.
Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 30539a11
......@@ -958,7 +958,7 @@ struct ni_board_struct {
unsigned int ao_maxdata;
int ao_fifo_depth;
const struct comedi_lrange *ao_range_table;
unsigned ao_speed;
unsigned int ao_speed;
int reg_type;
unsigned int has_8255:1;
......@@ -1007,7 +1007,7 @@ struct ni_private {
struct ni_gpct_device *counter_dev;
unsigned short an_trig_etc_reg;
unsigned ai_offset[512];
unsigned int ai_offset[512];
unsigned long serial_interval_ns;
unsigned char serial_hw_mode;
......@@ -1025,8 +1025,8 @@ struct ni_private {
unsigned short g0_g1_select_reg;
unsigned short cdio_dma_select_reg;
unsigned clock_ns;
unsigned clock_source;
unsigned int clock_ns;
unsigned int clock_source;
unsigned short pwm_up_count;
unsigned short pwm_down_count;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment