Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371502
b: refs/heads/master
c: d8e9ca4
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and Inki Dae committed Apr 16, 2013
1 parent 0f6331c commit f38259a
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: c11182d6e4a3baa0c5f7aa3c13805a6ab6c6a9a8
refs/heads/master: d8e9ca45df0b4da4cd1ba66c41a241ed94c03d01
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/exynos/exynos_drm_rotator.c
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ static int rotator_probe(struct platform_device *pdev)
}

rot->clock = devm_clk_get(dev, "rotator");
if (IS_ERR_OR_NULL(rot->clock)) {
if (IS_ERR(rot->clock)) {
dev_err(dev, "failed to get clock\n");
ret = PTR_ERR(rot->clock);
goto err_clk_get;
Expand Down

0 comments on commit f38259a

Please sign in to comment.