From 259591dd1343564a22548515e8f3fc705b1fb5fb Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Tue, 7 May 2013 21:56:25 +0200 Subject: qt1070: drop non used buf Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Signed-off-by: Sascha Hauer --- drivers/input/qt1070.c | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/input') diff --git a/drivers/input/qt1070.c b/drivers/input/qt1070.c index 7f51da0e3d..ada330a6d2 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); -- cgit v1.2.3