Staging: panel: Use u8 type
authorKsenija Stanojevic <ksenija.stanojevic@gmail.com>
Sun, 3 Jan 2016 19:39:49 +0000 (20:39 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Jan 2016 06:23:38 +0000 (22:23 -0800)
commitd938e1eb2fa9c23ea643e03b1834b6ad5b03805f
tree5060be7c2ea77a2eb0430decdd919d85c904c578
parent7a725972e212c165c7991d06ede952d4c3b6387a
Staging: panel: Use u8 type

Declare om, im, omask and imask as u8 to remove any confusion if
that describes the 8 bits of the data bus on the parallel port.
Also change return type of lcd_write_data() to u8.

Signed-off-by: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/panel/panel.c
This page took 0.026544 seconds and 5 git commands to generate.