mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/1] qt1070: drop non used buf
@ 2013-05-07 19:56 Jean-Christophe PLAGNIOL-VILLARD
  2013-05-08  6:21 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2013-05-07 19:56 UTC (permalink / raw)
  To: barebox

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
 drivers/input/qt1070.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/input/qt1070.c b/drivers/input/qt1070.c
index 7f51da0..ada330a 100644
--- a/drivers/input/qt1070.c
+++ b/drivers/input/qt1070.c
@@ -215,7 +215,6 @@ static int qt1070_probe(struct device_d *dev)
 	struct qt1070_data *data;
 	u8 fw_version, chip_id;
 	int ret;
-	char buf[6];
 
 	data = xzalloc(sizeof(*data));
 	data->client = to_i2c_client(dev);
-- 
1.7.10.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-08  6:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-07 19:56 [PATCH 1/1] qt1070: drop non used buf Jean-Christophe PLAGNIOL-VILLARD
2013-05-08  6:21 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox