Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333338
b: refs/heads/master
c: 07684c1
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and Kevin Hilman committed Oct 2, 2012
1 parent 61dca8d commit acf89eb
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: a87e662827bca4b10a320e62da3fb21826eab987
refs/heads/master: 07684c1b582ddd991c908f3de26e823b977d0a75
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-omap2/sr_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ static int __init sr_dev_init(struct omap_hwmod *oh, void *user)
sr_data->senp_mod = 0x1;

sr_data->voltdm = voltdm_lookup(sr_dev_attr->sensor_voltdm_name);
if (IS_ERR(sr_data->voltdm)) {
if (!sr_data->voltdm) {
pr_err("%s: Unable to get voltage domain pointer for VDD %s\n",
__func__, sr_dev_attr->sensor_voltdm_name);
goto exit;
Expand Down

0 comments on commit acf89eb

Please sign in to comment.