Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320158
b: refs/heads/master
c: 87e9429
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and Mauro Carvalho Chehab committed Jul 6, 2012
1 parent e36e19e commit 1ccfe51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 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: 91268a5e788c5bf246650c3a8c1a4626b9f0fe11
refs/heads/master: 87e9429490dfe610faaf209795942272bc7a730a
24 changes: 1 addition & 23 deletions trunk/drivers/media/video/s5p-jpeg/jpeg-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1503,29 +1503,7 @@ static struct platform_driver s5p_jpeg_driver = {
},
};

static int __init
s5p_jpeg_register(void)
{
int ret;

pr_info("S5P JPEG V4L2 Driver, (c) 2011 Samsung Electronics\n");

ret = platform_driver_register(&s5p_jpeg_driver);

if (ret)
pr_err("%s: failed to register jpeg driver\n", __func__);

return ret;
}

static void __exit
s5p_jpeg_unregister(void)
{
platform_driver_unregister(&s5p_jpeg_driver);
}

module_init(s5p_jpeg_register);
module_exit(s5p_jpeg_unregister);
module_platform_driver(s5p_jpeg_driver);

MODULE_AUTHOR("Andrzej Pietrasiewicz <andrzej.p@samsung.com>");
MODULE_DESCRIPTION("Samsung JPEG codec driver");
Expand Down

0 comments on commit 1ccfe51

Please sign in to comment.