mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
Revert "media: Fix typo in mixer_drv.c and hdmi_drv.c"
This reverts commit 382d19f197
, as the
changes in question are done in v4l tree differently.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
36519c9eee
commit
c3363c912b
@ -962,7 +962,7 @@ static int __devinit hdmi_probe(struct platform_device *pdev)
|
|||||||
/* storing subdev for call that have only access to struct device */
|
/* storing subdev for call that have only access to struct device */
|
||||||
dev_set_drvdata(dev, sd);
|
dev_set_drvdata(dev, sd);
|
||||||
|
|
||||||
dev_info(dev, "probe successful\n");
|
dev_info(dev, "probe sucessful\n");
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
@ -1000,7 +1000,7 @@ static int __devexit hdmi_remove(struct platform_device *pdev)
|
|||||||
iounmap(hdmi_dev->regs);
|
iounmap(hdmi_dev->regs);
|
||||||
hdmi_resources_cleanup(hdmi_dev);
|
hdmi_resources_cleanup(hdmi_dev);
|
||||||
kfree(hdmi_dev);
|
kfree(hdmi_dev);
|
||||||
dev_info(dev, "remove successful\n");
|
dev_info(dev, "remove sucessful\n");
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
@ -444,7 +444,7 @@ static int __devexit mxr_remove(struct platform_device *pdev)
|
|||||||
|
|
||||||
kfree(mdev);
|
kfree(mdev);
|
||||||
|
|
||||||
dev_info(dev, "remove successful\n");
|
dev_info(dev, "remove sucessful\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user