Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362984
b: refs/heads/master
c: 8b0ef25
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and Linus Walleij committed Mar 27, 2013
1 parent ce5259d commit 360049f
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: b6465424a66abbb5c0b387a9af0fb3a309fcda60
refs/heads/master: 8b0ef2580f7ffdd0018332ab9c085729afa59f75
2 changes: 1 addition & 1 deletion trunk/drivers/pinctrl/pinctrl-coh901.c
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ int u300_gpio_config_get(struct gpio_chip *chip,
drmode &= (U300_GPIO_PXPCR_PIN_MODE_MASK << ((offset & 0x07) << 1));
drmode >>= ((offset & 0x07) << 1);

switch(param) {
switch (param) {
case PIN_CONFIG_BIAS_HIGH_IMPEDANCE:
*config = 0;
if (biasmode)
Expand Down

0 comments on commit 360049f

Please sign in to comment.