Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363814
b: refs/heads/master
c: f6e8a96
h: refs/heads/master
v: v3
  • Loading branch information
Alexandre Belloni authored and Jonathan Cameron committed Mar 29, 2013
1 parent c2b74ca commit d83c55f
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: df4b404b35e3e125b7e6d82f9affc6c704502cb3
refs/heads/master: f6e8a9687b785b4c75d71370681f7a6e9fd89685
6 changes: 3 additions & 3 deletions trunk/drivers/staging/iio/adc/mxs-lradc.c
Original file line number Diff line number Diff line change
Expand Up @@ -983,6 +983,9 @@ static int mxs_lradc_probe(struct platform_device *pdev)
if (ret)
goto err_trig;

/* Configure the hardware. */
mxs_lradc_hw_init(lradc);

/* Register the touchscreen input device. */
ret = mxs_lradc_ts_register(lradc);
if (ret)
Expand All @@ -995,9 +998,6 @@ static int mxs_lradc_probe(struct platform_device *pdev)
goto err_ts;
}

/* Configure the hardware. */
mxs_lradc_hw_init(lradc);

return 0;

err_ts:
Expand Down

0 comments on commit d83c55f

Please sign in to comment.