On Sun March 24 2013 16:39:24 Mauro Carvalho Chehab wrote: > Em Mon, 11 Mar 2013 12:45:57 +0100 > Hans Verkuil <hverkuil@xxxxxxxxx> escreveu: > > > From: Hans Verkuil <hans.verkuil@xxxxxxxxx> > > > > The v2 of this function doesn't do DMA to objects on the stack like > > its predecessor does. > > > > Signed-off-by: Hans Verkuil <hans.verkuil@xxxxxxxxx> > > --- > > drivers/staging/media/go7007/Makefile | 4 ++-- > > drivers/staging/media/go7007/s2250-loader.c | 7 ++++--- > > 2 files changed, 6 insertions(+), 5 deletions(-) > > > > diff --git a/drivers/staging/media/go7007/Makefile b/drivers/staging/media/go7007/Makefile > > index 5bed78b..f9c8e0f 100644 > > --- a/drivers/staging/media/go7007/Makefile > > +++ b/drivers/staging/media/go7007/Makefile > > @@ -11,8 +11,8 @@ s2250-y := s2250-board.o > > #obj-$(CONFIG_VIDEO_SAA7134) += saa7134-go7007.o > > #ccflags-$(CONFIG_VIDEO_SAA7134:m=y) += -Idrivers/media/video/saa7134 -DSAA7134_MPEG_GO7007=3 > > > > -# S2250 needs cypress ezusb loader from dvb-usb > > -ccflags-$(CONFIG_VIDEO_GO7007_USB_S2250_BOARD:m=y) += -Idrivers/media/usb/dvb-usb > > +# S2250 needs cypress ezusb loader from dvb-usb-v2 > > +ccflags-$(CONFIG_VIDEO_GO7007_USB_S2250_BOARD:m=y) += -Idrivers/media/usb/dvb-usb-v2 > > Please don't do it like that. Ok, for now it is in staging, > but once you move it outside it, please move the cypress load firmware > code to drivers/media/common, and do the proper changes for it to be > shared between go7007 and dvb-usb-v2. It's a good idea to move this to common. I'll do that. Regards, Hans -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html