Change the type to fix the checkpatch.pl issues.

Signed-off-by: H Hartley Sweeten <hswee...@visionengravers.com>
Cc: Ian Abbott <abbo...@mev.co.uk>
Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org>
---
 drivers/staging/comedi/drivers/ni_stc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/comedi/drivers/ni_stc.h 
b/drivers/staging/comedi/drivers/ni_stc.h
index 8423dbc..e848697 100644
--- a/drivers/staging/comedi/drivers/ni_stc.h
+++ b/drivers/staging/comedi/drivers/ni_stc.h
@@ -1032,7 +1032,7 @@ struct ni_private {
        unsigned short pwm_down_count;
 
        unsigned short ai_fifo_buffer[0x2000];
-       uint8_t eeprom_buffer[M_SERIES_EEPROM_SIZE];
+       u8 eeprom_buffer[M_SERIES_EEPROM_SIZE];
        __be32 serial_number;
 
        struct mite_struct *mite;
-- 
2.6.3

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to