9
0
Fork 0

qt1070: drop non used buf

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2013-05-07 21:56:25 +02:00 committed by Sascha Hauer
parent ce86baace1
commit 259591dd13
1 changed files with 0 additions and 1 deletions

View File

@ -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);