Skip to content

Commit

Permalink
Revert "media: Fix typo in mixer_drv.c and hdmi_drv.c"
Browse files Browse the repository at this point in the history
This reverts commit 382d19f, as the
changes in question are done in v4l tree differently.

Reported-by: Stephen Rothwell <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
Jiri Kosina committed Mar 1, 2012
1 parent 36519c9 commit c3363c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions drivers/media/video/s5p-tv/hdmi_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ static int __devinit hdmi_probe(struct platform_device *pdev)
/* storing subdev for call that have only access to struct device */
dev_set_drvdata(dev, sd);

dev_info(dev, "probe successful\n");
dev_info(dev, "probe sucessful\n");

return 0;

Expand Down Expand Up @@ -1000,7 +1000,7 @@ static int __devexit hdmi_remove(struct platform_device *pdev)
iounmap(hdmi_dev->regs);
hdmi_resources_cleanup(hdmi_dev);
kfree(hdmi_dev);
dev_info(dev, "remove successful\n");
dev_info(dev, "remove sucessful\n");

return 0;
}
Expand Down
2 changes: 1 addition & 1 deletion drivers/media/video/s5p-tv/mixer_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ static int __devexit mxr_remove(struct platform_device *pdev)

kfree(mdev);

dev_info(dev, "remove successful\n");
dev_info(dev, "remove sucessful\n");
return 0;
}

Expand Down

0 comments on commit c3363c9

Please sign in to comment.