em28xx-camera.c (38fd2c202a3d82bc12430bce5789fa2c2a406f71) | em28xx-camera.c (01c2819330b1e0ec6b53dcfac76ad75ff2c8ba4f) |
---|---|
1/* 2 em28xx-camera.c - driver for Empia EM25xx/27xx/28xx USB video capture devices 3 4 Copyright (C) 2009 Mauro Carvalho Chehab <mchehab@infradead.org> 5 Copyright (C) 2013 Frank Schäfer <fschaefer.oss@googlemail.com> 6 7 This program is free software; you can redistribute it and/or modify 8 it under the terms of the GNU General Public License as published by --- 440 unchanged lines hidden (view full) --- 449 450 if (ret < 0) { 451 v4l2_clk_unregister_fixed(dev->clk); 452 dev->clk = NULL; 453 } 454 455 return ret; 456} | 1/* 2 em28xx-camera.c - driver for Empia EM25xx/27xx/28xx USB video capture devices 3 4 Copyright (C) 2009 Mauro Carvalho Chehab <mchehab@infradead.org> 5 Copyright (C) 2013 Frank Schäfer <fschaefer.oss@googlemail.com> 6 7 This program is free software; you can redistribute it and/or modify 8 it under the terms of the GNU General Public License as published by --- 440 unchanged lines hidden (view full) --- 449 450 if (ret < 0) { 451 v4l2_clk_unregister_fixed(dev->clk); 452 dev->clk = NULL; 453 } 454 455 return ret; 456} |
457EXPORT_SYMBOL_GPL(em28xx_init_camera); |
|