Re: [PATCH] uvcvideo: correct kernel version reference

2011-07-30 Thread Greg Dietsche
On 07/30/2011 03:36 PM, Laurent Pinchart wrote: Hi Greg, Thanks for the patch. On Saturday 30 July 2011 17:47:30 Greg Dietsche wrote: change from v2.6.42 to v3.2 This patch would be queued for v3.2. As the code it fixes will go away at the same time, it would be pretty pointless

Re: [PATCH] uvcvideo: correct kernel version reference

2011-07-30 Thread Greg Dietsche
On 07/30/2011 04:34 PM, Laurent Pinchart wrote: Hi Greg, On Saturday 30 July 2011 23:31:16 Greg Dietsche wrote: On 07/30/2011 03:36 PM, Laurent Pinchart wrote: Hi Greg, Thanks for the patch. On Saturday 30 July 2011 17:47:30 Greg Dietsche wrote: change from v2.6.42

[PATCH] dvb: remove unnecessary code

2011-06-16 Thread Greg Dietsche
remove unnecessary code that matches this coccinelle pattern if (...) return ret; return ret; Signed-off-by: Greg Dietsche gregory.diets...@cuw.edu --- drivers/media/dvb/frontends/cx24116.c |6 +- 1 files changed, 1 insertions(+), 5 deletions(-) diff