From 3afe058d7eccd99d0f6dd036ac1a36163f8c4434 Mon Sep 17 00:00:00 2001 From: arrrghhh Date: Sat, 31 Aug 2013 01:15:31 -0600 Subject: Fix kernel build error Change-Id: I1191517240ae7bcfb2fcbbffc98e22f28e8fa151 --- drivers/input/keyboard/cypress/cypress-touchkey.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers') diff --git a/drivers/input/keyboard/cypress/cypress-touchkey.c b/drivers/input/keyboard/cypress/cypress-touchkey.c index ef8a6b8..6c248a4 100644 --- a/drivers/input/keyboard/cypress/cypress-touchkey.c +++ b/drivers/input/keyboard/cypress/cypress-touchkey.c @@ -324,7 +324,7 @@ static ssize_t set_touchkey_autocal_testmode(struct device *dev, tkey_i2c->pdata->power_on(1); msleep(50); #if defined(TK_HAS_AUTOCAL) - touchkey_autocalibration(); + touchkey_autocalibration(tkey_i2c); #endif } } else { -- cgit v1.1