staging: olpc_dcon: Replace u_int8_t with u8
authorsayli karnik <karniksayli1995@gmail.com>
Fri, 16 Sep 2016 20:33:45 +0000 (02:03 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Sep 2016 21:36:53 +0000 (23:36 +0200)
This patch replaces type u_int8_t with u8 as suggested by checkpatch.pl.

Signed-off-by: sayli karnik <karniksayli1995@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/olpc_dcon/olpc_dcon_xo_1_5.c

index 6a4d379..1e23ef1 100644 (file)
@@ -49,7 +49,7 @@ static void dcon_clear_irq(void)
 
 static int dcon_was_irq(void)
 {
-       u_int8_t tmp;
+       u8 tmp;
 
        /* irq status will appear in PMIO_Rx50[6] on gpio12 */
        tmp = inb(VX855_GPI_STATUS_CHG);