[PATCH 5/9] staging: easycap: Push video registration to easycap_register_video()

2012-02-24 Thread Ezequiel Garcia
Signed-off-by: Ezequiel Garcia elezegar...@gmail.com --- drivers/staging/media/easycap/easycap_main.c | 58 +++--- 1 files changed, 33 insertions(+), 25 deletions(-) diff --git a/drivers/staging/media/easycap/easycap_main.c b/drivers/staging/media/easycap/easycap_main.c

Re: [PATCH 5/9] staging: easycap: Push video registration to easycap_register_video()

2012-02-24 Thread Dan Carpenter
On Fri, Feb 24, 2012 at 12:24:18PM -0300, Ezequiel Garcia wrote: + rc = easycap_register_video(peasycap); + if (rc 0) return -ENODEV; Don't resend. These are beautiful patches you are sending and I wouldn't want to slow you down. But it would

Re: [PATCH 5/9] staging: easycap: Push video registration to easycap_register_video()

2012-02-24 Thread Ezequiel García
Hi Dan, On Fri, Feb 24, 2012 at 3:39 PM, Dan Carpenter dan.carpen...@oracle.com wrote: On Fri, Feb 24, 2012 at 12:24:18PM -0300, Ezequiel Garcia wrote: +             rc = easycap_register_video(peasycap); +             if (rc 0)                       return -ENODEV; Don't resend.  These