Re: [PATCH] add fbtft ssd1325 controller support
On 01/26/2016 05:09 PM, Dan Carpenter wrote: Same stuff. Run checkpatch.pl. + gpio_set_value(par->gpio.dc, 1); + /* Write data */ + + ret = + par->fbtftops.write(par, par->txbuf.buf, + par->info->var.xres * par->info->var.yres / 2
Re: [PATCH] add fbtft ssd1325 controller support
Same stuff. Run checkpatch.pl. > + gpio_set_value(par->gpio.dc, 1); > + /* Write data */ > + > + ret = > + par->fbtftops.write(par, par->txbuf.buf, > + par->info->var.xres * par->info->var.yres / 2); Clean that line. > +static struct fbtft_dis