Commit b9491eab authored by Pablo G. Gallardo's avatar Pablo G. Gallardo Committed by Greg Kroah-Hartman
Browse files

STAGING: COMEDI: Remove unnecessary typecast of c90 int constant



This patch removes unnecessary typecast of c90 int constant.

Signed-off-by: default avatarPablo G. Gallardo <pggllrd@gmail.com>
Reviewed-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f164cbf9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -516,7 +516,7 @@ struct comedi_bufinfo {
#define UNIT_mA			1
#define UNIT_none		2

#define COMEDI_MIN_SPEED	((unsigned int)0xffffffff)
#define COMEDI_MIN_SPEED	0xffffffffu

/**********************************************************/
/* everything after this line is ALPHA */