Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107902
b: refs/heads/master
c: 01c1e4c
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt authored and Mauro Carvalho Chehab committed Aug 6, 2008
1 parent eeb0651 commit 5310254
Show file tree
Hide file tree
Showing 4 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: d483b730681fa527f343dcc859185e06d60ae121
refs/heads/master: 01c1e4ca8ec39d21be0cd9d1b300d479de97298a
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/pxa_camera.c
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,7 @@ static int __devinit pxa_camera_init(void)

static void __exit pxa_camera_exit(void)
{
return platform_driver_unregister(&pxa_camera_driver);
platform_driver_unregister(&pxa_camera_driver);
}

module_init(pxa_camera_init);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/sh_mobile_ceu_camera.c
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ static int __init sh_mobile_ceu_init(void)

static void __exit sh_mobile_ceu_exit(void)
{
return platform_driver_unregister(&sh_mobile_ceu_driver);
platform_driver_unregister(&sh_mobile_ceu_driver);
}

module_init(sh_mobile_ceu_init);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/soc_camera_platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ static int __init soc_camera_platform_module_init(void)

static void __exit soc_camera_platform_module_exit(void)
{
return platform_driver_unregister(&soc_camera_platform_driver);
platform_driver_unregister(&soc_camera_platform_driver);
}

module_init(soc_camera_platform_module_init);
Expand Down

0 comments on commit 5310254

Please sign in to comment.