Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1566026 > unrolled thread

[PATCH] staging: fbtft: remove duplicate entries of ili9225

Started byAmitesh Singh <singh.amitesh@gmail.com>
First post2017-01-24 18:50 +0100
Last post2017-01-24 18:50 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] staging: fbtft: remove duplicate entries of ili9225 Amitesh Singh <singh.amitesh@gmail.com> - 2017-01-24 18:50 +0100

#1566026 — [PATCH] staging: fbtft: remove duplicate entries of ili9225

FromAmitesh Singh <singh.amitesh@gmail.com>
Date2017-01-24 18:50 +0100
Subject[PATCH] staging: fbtft: remove duplicate entries of ili9225
Message-ID<t3doe-7gJ-15@gated-at.bofh.it>
There are multiple entries for ili9225 display defined in
flexfb_chip_table array. remove duplicate entries and
keep single entry.

Signed-off-by: Amitesh Singh <singh.amitesh@gmail.com>
---
 drivers/staging/fbtft/flexfb.c | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/drivers/staging/fbtft/flexfb.c b/drivers/staging/fbtft/flexfb.c
index ded1071..1b1219e 100644
--- a/drivers/staging/fbtft/flexfb.c
+++ b/drivers/staging/fbtft/flexfb.c
@@ -418,22 +418,6 @@ static const struct flexfb_lcd_controller flexfb_chip_table[] = {
 		.init_seq_sz = ARRAY_SIZE(ili9225_init),
 	},
 	{
-		.name = "ili9225",
-		.width = 176,
-		.height = 220,
-		.regwidth = 16,
-		.init_seq = ili9225_init,
-		.init_seq_sz = ARRAY_SIZE(ili9225_init),
-	},
-	{
-		.name = "ili9225",
-		.width = 176,
-		.height = 220,
-		.regwidth = 16,
-		.init_seq = ili9225_init,
-		.init_seq_sz = ARRAY_SIZE(ili9225_init),
-	},
-	{
 		.name = "ili9320",
 		.width = 240,
 		.height = 320,
-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web