OSDN Git Service

staging: comedi: mpc624: change type of private data 'ai_speed'
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Tue, 6 Oct 2015 00:33:34 +0000 (17:33 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Oct 2015 04:24:11 +0000 (21:24 -0700)
For aesthetics, change the type of this member to unsigned int.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/mpc624.c

index c7913a3..826e439 100644 (file)
@@ -93,7 +93,7 @@
 #define MPC624_SPEED_6_875_HZ  MPC624_OSR(0x1f)
 
 struct mpc624_private {
-       unsigned long int ai_speed;
+       unsigned int ai_speed;
 };
 
 /* -------------------------------------------------------------------------- */