Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310806
b: refs/heads/master
c: bc66468
h: refs/heads/master
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Linus Walleij committed Jun 4, 2012
1 parent d053fa4 commit e902dcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1253585d7cb12a365e9effaf2f0c7991d2404996
refs/heads/master: bc66468cee4c23856b2e51d711e62e4ef773001a
2 changes: 1 addition & 1 deletion trunk/drivers/pinctrl/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ static LIST_HEAD(pinctrl_maps);
list_for_each_entry(_maps_node_, &pinctrl_maps, node) \
for (_i_ = 0, _map_ = &_maps_node_->maps[_i_]; \
_i_ < _maps_node_->num_maps; \
i++, _map_ = &_maps_node_->maps[_i_])
_i_++, _map_ = &_maps_node_->maps[_i_])

/**
* pinctrl_provide_dummies() - indicate if pinctrl provides dummy state support
Expand Down

0 comments on commit e902dcd

Please sign in to comment.