Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294896
b: refs/heads/master
c: 41292b1
h: refs/heads/master
v: v3
  • Loading branch information
Masanari Iida authored and Mauro Carvalho Chehab committed Feb 8, 2012
1 parent eb9ddaa commit 0cf5234
Show file tree
Hide file tree
Showing 3 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: c659395935d6ad8781fe9958ed1a9dbe969b3a17
refs/heads/master: 41292b16117bdd8e1321223b6a14e86aa1cb5fbb
4 changes: 2 additions & 2 deletions trunk/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 sucessful\n");
dev_info(dev, "probe successful\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 sucessful\n");
dev_info(dev, "remove successful\n");

return 0;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/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 sucessful\n");
dev_info(dev, "remove successful\n");
return 0;
}

Expand Down

0 comments on commit 0cf5234

Please sign in to comment.