Re: [PATCH] input: misc: drv260x remove defines not used

2014-08-26 Thread Dmitry Torokhov
On Fri, Aug 22, 2014 at 09:11:15AM -0500, Dan Murphy wrote: > Removing some #defines that are not and should > never be used pertaining to I2C. > > Removing: > define DRV260X_ALLOWED_R_BYTES25 > define DRV260X_ALLOWED_W_BYTES2 > define DRV260X_MAX_RW_RETRIES 5 > define DRV260X_I2C_

[PATCH] input: misc: drv260x remove defines not used

2014-08-22 Thread Dan Murphy
Removing some #defines that are not and should never be used pertaining to I2C. Removing: define DRV260X_ALLOWED_R_BYTES 25 define DRV260X_ALLOWED_W_BYTES 2 define DRV260X_MAX_RW_RETRIES 5 define DRV260X_I2C_RETRY_DELAY 10 Signed-off-by: Dan Murphy --- drivers/input/misc/drv260x.c |5 --