projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bc3518
)
V4L/DVB (13481): sh_mobile_ceu_camera: fix compile warning
author
Hans Verkuil
<
[email protected]
>
Wed, 25 Nov 2009 17:32:57 +0000
(14:32 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Fri, 27 Nov 2009 20:27:49 +0000
(18:27 -0200)
Trivial fix for this compile warning:
v4l/sh_mobile_ceu_camera.c:1789: warning: label 'exit_free_irq' defined but not used
Signed-off-by: Hans Verkuil <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/video/sh_mobile_ceu_camera.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/sh_mobile_ceu_camera.c
b/drivers/media/video/sh_mobile_ceu_camera.c
index afdea0d26fc6dc8ef01289fda474aed643f98da3..9c8b7c7b89ee6de7a6c5199636feb2d49194947a 100644
(file)
--- a/
drivers/media/video/sh_mobile_ceu_camera.c
+++ b/
drivers/media/video/sh_mobile_ceu_camera.c
@@
-1730,7
+1730,6
@@
static int __devinit sh_mobile_ceu_probe(struct platform_device *pdev)
exit_free_clk:
pm_runtime_disable(&pdev->dev);
-exit_free_irq:
free_irq(pcdev->irq, pcdev);
exit_release_mem:
if (platform_get_resource(pdev, IORESOURCE_MEM, 1))