Prev: [PATCH 2/5] function-graph: Init curr_ret_stack with ret_stack
Next: [PATCH] Security: Add break judge to smk_import_entry() in security/smack/smack_access.c
From: Ben Hutchings on 12 Mar 2010 22:50 On Fri, 2010-03-12 at 16:25 -0800, Greg KH wrote: > 2.6.32-stable review patch. If anyone has any objections, please let me know. > > ---------------- > From: Ben Hutchings <ben(a)decadent.org.uk> > > commit fc4a7f93087a48619005111895dcaa115f807399 upstream. > > cxusb uses the atbm8830 and lgs8gxx (not lgs8gl5) frontends and the > max2165 tuner, so it needs to select them. I thought I already replied to say this is wrong for 2.6.32. The correct change would be: --- From: Ben Hutchings <ben(a)decadent.org.uk> commit fc4a7f93087a48619005111895dcaa115f807399 upstream. cxusb now uses the lgs8gxx (not lgs8gl5) frontend. Signed-off-by: Ben Hutchings <ben(a)decadent.org.uk> --- --- a/drivers/media/dvb/dvb-usb/Kconfig +++ b/drivers/media/dvb/dvb-usb/Kconfig @@ -112,8 +112,8 @@ config DVB_USB_CXUSB select DVB_MT352 if !DVB_FE_CUSTOMISE select DVB_ZL10353 if !DVB_FE_CUSTOMISE select DVB_DIB7000P if !DVB_FE_CUSTOMISE - select DVB_LGS8GL5 if !DVB_FE_CUSTOMISE select DVB_TUNER_DIB0070 if !DVB_FE_CUSTOMISE + select DVB_LGS8GXX if !DVB_FE_CUSTOMISE select MEDIA_TUNER_SIMPLE if !MEDIA_TUNER_CUSTOMISE select MEDIA_TUNER_XC2028 if !MEDIA_TUNER_CUSTOMISE select MEDIA_TUNER_MXL5005S if !MEDIA_TUNER_CUSTOMISE -- Ben Hutchings If God had intended Man to program, we'd have been born with serial I/O ports.
From: Greg KH on 15 Mar 2010 11:50
On Sat, Mar 13, 2010 at 03:48:42AM +0000, Ben Hutchings wrote: > On Fri, 2010-03-12 at 16:25 -0800, Greg KH wrote: > > 2.6.32-stable review patch. If anyone has any objections, please let me know. > > > > ---------------- > > From: Ben Hutchings <ben(a)decadent.org.uk> > > > > commit fc4a7f93087a48619005111895dcaa115f807399 upstream. > > > > cxusb uses the atbm8830 and lgs8gxx (not lgs8gl5) frontends and the > > max2165 tuner, so it needs to select them. > > I thought I already replied to say this is wrong for 2.6.32. > > The correct change would be: Sorry about that, you are correct, you did notify me of this, I just forgot to change it. I've now updated the patch in the queue. thanks for reminding me again, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |