Skip to content

Commit

Permalink
arm: tegra: fb: Fix merge error
Browse files Browse the repository at this point in the history
Fix manual rebase error

Change-Id: I3b2165488b11bddda271cecdc979341c130def9b
Signed-off-by: Shashank Sharma <shashanks@nvidia.com>
Reviewed-on: http://git-master/r/173554
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Winnie Hsu <whsu@nvidia.com>
  • Loading branch information
Shashank Sharma authored and Winnie Hsu committed Dec 21, 2012
1 parent 4f8461f commit 8bd060e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions drivers/video/tegra/dc/dc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1842,10 +1842,8 @@ static int tegra_dc_probe(struct nvhost_device *ndev,
disable_dc_irq(irq);

mutex_lock(&dc->lock);
if (dc->pdata->flags & TEGRA_DC_FLAG_ENABLED) {
_tegra_dc_set_default_videomode(dc);
if (dc->pdata->flags & TEGRA_DC_FLAG_ENABLED)
dc->enabled = _tegra_dc_enable(dc);
}
mutex_unlock(&dc->lock);

tegra_dc_create_debugfs(dc);
Expand Down

0 comments on commit 8bd060e

Please sign in to comment.