[PATCH 1/1] qt1070: drop non used buf
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Tue May 7 15:56:25 EDT 2013
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at 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
More information about the barebox
mailing list