diff --git a/[refs] b/[refs] index 74a884b74cb0..6e880c53610a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ad4e58b0478ba8d34a3ddf695b3ceabe9510a839 +refs/heads/master: 1fae0315e636dd9b134d2c51b04cec912f02a6c9 diff --git a/trunk/drivers/input/misc/adxl34x.c b/trunk/drivers/input/misc/adxl34x.c index b18d3e2a6ea5..6be8687de056 100644 --- a/trunk/drivers/input/misc/adxl34x.c +++ b/trunk/drivers/input/misc/adxl34x.c @@ -827,7 +827,6 @@ struct adxl34x *adxl34x_probe(struct device *dev, int irq, if (err) goto err_remove_attr; - AC_WRITE(ac, THRESH_TAP, pdata->tap_threshold); AC_WRITE(ac, OFSX, pdata->x_axis_offset); ac->hwcal.x = pdata->x_axis_offset; AC_WRITE(ac, OFSY, pdata->y_axis_offset);