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
Submodule configs updated: 0a0d6b3232...3ffa424853
-2
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);