Re: [PATCH 0/5] Make em28xx-input.c a separate module

2012-04-10 Thread Ezequiel García
2012/3/26 Ezequiel García : > Hi, [snip] > >  drivers/media/video/em28xx/Kconfig        |    4 +- >  drivers/media/video/em28xx/Makefile       |    5 +- >  drivers/media/video/em28xx/em28xx-cards.c |   66 + >  drivers/media/video/em28xx/em28xx-core.c  |    3 + >  drivers/media/video/em28xx/

[PATCH 0/5] Make em28xx-input.c a separate module

2012-03-26 Thread Ezequiel García
Hi, This patchset isolates em28xx-input code and turns it into a module, as suggested by Mauro [1]. Contrary to my initial expectations, the patch produces code that's actually cleaner and a slightly less spaghetti. I've tried to make the whole change as clear as possible by splitting it into se