mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-29 10:47:42 +08:00
Input: elan_i2c - remove duplicate repeat code
Remove duplicate "repeat--" from function elan_initialize. Signed-off-by: Duson Lin <dusonlin@emc.com.tw> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:
committed by
Dmitry Torokhov
parent
b3beed7fe8
commit
973877477e
@@ -198,7 +198,6 @@ static int elan_initialize(struct elan_tp_data *data)
|
||||
if (!error)
|
||||
return 0;
|
||||
|
||||
repeat--;
|
||||
msleep(30);
|
||||
} while (--repeat > 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user