PCA9555: Remove duplicate variable declaration

This commit is contained in:
Frank Benkert 2016-02-23 07:33:52 -06:00 committed by Gregory Nutt
parent 0682671ffe
commit 35df528f69
2 changed files with 1 additions and 3 deletions

@ -1 +1 @@
Subproject commit 0a0d6b3232f83e23f50a24698ffe6c22806df981
Subproject commit 3ffa42485392801e69a4a17e1dab42b6174a9332

View file

@ -459,8 +459,6 @@ static int pca9555_multiwritepin(FAR struct ioexpander_dev_s *dev,
int index;
int pin;
int ret;
/* Get exclusive access to the PCA555 */
pca9555_lock(pca);