Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362970
b: refs/heads/master
c: a7bbdd7
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Linus Walleij committed Mar 7, 2013
1 parent 0a7403f commit b5daade
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 32378ab781e3e5da6e25c51e452a43e21fbabb3a
refs/heads/master: a7bbdd7f8065b97108830662b31c18fc67449c87
6 changes: 3 additions & 3 deletions trunk/drivers/pinctrl/pinctrl-single.c
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,7 @@ static const struct pinconf_ops pcs_pinconf_ops = {
.pin_config_dbg_show = pcs_pinconf_dbg_show,
.pin_config_group_dbg_show = pcs_pinconf_group_dbg_show,
.pin_config_config_dbg_show = pcs_pinconf_config_dbg_show,
.is_generic = true,
};

/**
Expand Down Expand Up @@ -1435,10 +1436,9 @@ static int pcs_probe(struct platform_device *pdev)
pcs->desc.name = DRIVER_NAME;
pcs->desc.pctlops = &pcs_pinctrl_ops;
pcs->desc.pmxops = &pcs_pinmux_ops;
pcs->desc.confops = &pcs_pinconf_ops;
if (pcs->is_pinconf)
pcs->desc.confops = &pcs_pinconf_ops;
pcs->desc.owner = THIS_MODULE;
if (match->data)
pcs_pinconf_ops.is_generic = true;

ret = pcs_allocate_pin_table(pcs);
if (ret < 0)
Expand Down

0 comments on commit b5daade

Please sign in to comment.