Merge remote-tracking branch 'staging/staging-next'
[deliverable/linux.git] / drivers / staging / fbtft / fb_ili9320.c
index 6ff222d6d6d6bba246d9bda281d161288a7a4096..278e4c7e95e54ff73c5ca0b950fcb05681891e6e 100644 (file)
@@ -29,7 +29,7 @@
 #define DEFAULT_GAMMA  "07 07 6 0 0 0 5 5 4 0\n" \
                        "07 08 4 7 5 1 2 0 7 7"
 
-static unsigned read_devicecode(struct fbtft_par *par)
+static unsigned int read_devicecode(struct fbtft_par *par)
 {
        int ret;
        u8 rxbuf[8] = {0, };
@@ -41,7 +41,7 @@ static unsigned read_devicecode(struct fbtft_par *par)
 
 static int init_display(struct fbtft_par *par)
 {
-       unsigned devcode;
+       unsigned int devcode;
 
        par->fbtftops.reset(par);
 
This page took 0.025491 seconds and 5 git commands to generate.