Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935566Ab3DPDKy (ORCPT ); Mon, 15 Apr 2013 23:10:54 -0400 Received: from mail-pd0-f170.google.com ([209.85.192.170]:57145 "EHLO mail-pd0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935470Ab3DPDKv (ORCPT ); Mon, 15 Apr 2013 23:10:51 -0400 Date: Mon, 15 Apr 2013 20:10:49 -0700 (PDT) From: David Rientjes X-X-Sender: rientjes@chino.kir.corp.google.com To: Antti Palosaari , Mauro Carvalho Chehab cc: Randy Dunlap , Stephen Rothwell , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, linux-media , Hans Verkuil Subject: Re: [PATCH -next] media: In-Reply-To: <516461FE.4020007@iki.fi> Message-ID: References: <20130408174343.cc13eb1972470d20d38ecff1@canb.auug.org.au> <51630297.2040803@infradead.org> <516461FE.4020007@iki.fi> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1272 Lines: 39 On Tue, 9 Apr 2013, Antti Palosaari wrote: > On 04/08/2013 08:47 PM, Randy Dunlap wrote: > > From: Randy Dunlap > > > > Fix randconfig error when USB is not enabled: > > > > ERROR: "usb_control_msg" [drivers/media/common/cypress_firmware.ko] > > undefined! > > > > Signed-off-by: Randy Dunlap > > Cc: Antti Palosaari > > Reviewed-by: Antti Palosaari > > > > --- > > drivers/media/common/Kconfig | 1 + > > 1 file changed, 1 insertion(+) > > > > --- linux-next-20130408.orig/drivers/media/common/Kconfig > > +++ linux-next-20130408/drivers/media/common/Kconfig > > @@ -18,6 +18,7 @@ config VIDEO_TVEEPROM > > > > config CYPRESS_FIRMWARE > > tristate "Cypress firmware helper routines" > > + depends on USB > > > > source "drivers/media/common/b2c2/Kconfig" > > source "drivers/media/common/saa7146/Kconfig" > > Mauro, this problem persists in linux-next seven days later, any chance we can get this fix from Randy merged? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/