aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft/fb_tinylcd.c
diff options
context:
space:
mode:
authorBhanusree Pola <bhanusreemahesh@gmail.com>2019-02-26 05:56:16 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-02-26 11:40:07 +0100
commit4973c2e6d9d7031ff6efbf419c213bb48d0746a6 (patch)
treebec42c9a4d6b453279a291394dfba1e6881fdcfe /drivers/staging/fbtft/fb_tinylcd.c
parentstaging: netlogic: Remove boilerplate license text (diff)
downloadlinux-dev-4973c2e6d9d7031ff6efbf419c213bb48d0746a6.tar.xz
linux-dev-4973c2e6d9d7031ff6efbf419c213bb48d0746a6.zip
Staging: fbtft: Alignment should match open parenthesis
Clear the warning found by checkpatch.pl WARNING:Alignment should match open parenthesis Adjust paremeters in fbtft_par_dbg and write_reg. Signed-off-by: Bhanusree Pola <bhanusreemahesh@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '')
-rw-r--r--drivers/staging/fbtft/fb_tinylcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/fbtft/fb_tinylcd.c b/drivers/staging/fbtft/fb_tinylcd.c
index e463b0ddf16d..9469248f2c50 100644
--- a/drivers/staging/fbtft/fb_tinylcd.c
+++ b/drivers/staging/fbtft/fb_tinylcd.c
@@ -38,7 +38,7 @@ static int init_display(struct fbtft_par *par)
write_reg(par, 0xE5, 0x00);
write_reg(par, 0xF0, 0x36, 0xA5, 0x53);
write_reg(par, 0xE0, 0x00, 0x35, 0x33, 0x00, 0x00, 0x00,
- 0x00, 0x35, 0x33, 0x00, 0x00, 0x00);
+ 0x00, 0x35, 0x33, 0x00, 0x00, 0x00);
write_reg(par, MIPI_DCS_SET_PIXEL_FORMAT, 0x55);
write_reg(par, MIPI_DCS_EXIT_SLEEP_MODE);
udelay(250);