Skip to content

Commit c3363c9

Browse files
author
Jiri Kosina
committed
Revert "media: Fix typo in mixer_drv.c and hdmi_drv.c"
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]>
1 parent 36519c9 commit c3363c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

drivers/media/video/s5p-tv/hdmi_drv.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ static int __devinit hdmi_probe(struct platform_device *pdev)
962962
/* storing subdev for call that have only access to struct device */
963963
dev_set_drvdata(dev, sd);
964964

965-
dev_info(dev, "probe successful\n");
965+
dev_info(dev, "probe sucessful\n");
966966

967967
return 0;
968968

@@ -1000,7 +1000,7 @@ static int __devexit hdmi_remove(struct platform_device *pdev)
10001000
iounmap(hdmi_dev->regs);
10011001
hdmi_resources_cleanup(hdmi_dev);
10021002
kfree(hdmi_dev);
1003-
dev_info(dev, "remove successful\n");
1003+
dev_info(dev, "remove sucessful\n");
10041004

10051005
return 0;
10061006
}

drivers/media/video/s5p-tv/mixer_drv.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ static int __devexit mxr_remove(struct platform_device *pdev)
444444

445445
kfree(mdev);
446446

447-
dev_info(dev, "remove successful\n");
447+
dev_info(dev, "remove sucessful\n");
448448
return 0;
449449
}
450450

0 commit comments

Comments
 (0)