Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 340121
b: refs/heads/master
c: 4a991b4
h: refs/heads/master
i:
  340119: 420a89d
v: v3
  • Loading branch information
Tushar Behera authored and Kukjin Kim committed Nov 19, 2012
1 parent ef89ad5 commit 338a400
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: 6edc794a5ff245faf60488d32e9fdbeb0aad2223
refs/heads/master: 4a991b410cd7940c48f261e854e8698923e23fd2
2 changes: 1 addition & 1 deletion trunk/drivers/pinctrl/pinctrl-samsung.c
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ static int __devinit samsung_pinctrl_parse_dt_pins(struct platform_device *pdev,
const char *pin_name;

*npins = of_property_count_strings(cfg_np, "samsung,pins");
if (*npins < 0) {
if (IS_ERR_VALUE(*npins)) {
dev_err(dev, "invalid pin list in %s node", cfg_np->name);
return -EINVAL;
}
Expand Down

0 comments on commit 338a400

Please sign in to comment.