Received: by 2002:a25:f815:0:0:0:0:0 with SMTP id u21csp3610692ybd; Tue, 25 Jun 2019 05:42:45 -0700 (PDT) X-Google-Smtp-Source: APXvYqzhC7DUf01ekoH2nzQjDmwHeG/FVPGqQg74jcNciN4hJnsm4AKzGWwrdQHy5cD1AI2pulXz X-Received: by 2002:a17:90a:2562:: with SMTP id j89mr31730409pje.123.1561466564977; Tue, 25 Jun 2019 05:42:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561466564; cv=none; d=google.com; s=arc-20160816; b=gpCWsf+3bkEr8kHEVLCEqQnQ1eTiwwlwF7gX4gLqbx86huRnDM/eG1URVLHJ4ZYGUL +5mB8lcBaXOYz15JLrcQeYVzUVi5J6IrFkMvQAtps/bxMgHLUsRD9ILYKKtHv5xNv7iQ kLixW2/2mQBqZT8mQd4T3kbppLWDwILhcdlPM7izqwLxTfBikX2j74uaH0ZFxjmFwtqL dBPJJf92Zef6bKTyth/qFBdrK6qP1RvBKTPHI01LPkhKK6eYvPiUBu9V6FIJATDsB5x4 uXA+t3xc1DYuJFCC4LGInyEiCGq016f7wBD51aQ1UohsziH2e7d/a0tqY0OjymiX4mLE AFFg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=ayr06hVc2/7PmujuR5qgTdlrdvesNID7FRcDfwwNw7c=; b=dftoXP9sBvynNnQxNrFo1KGv+lM8Ha4XkC+FLpnQF3f9yX7bNHvcgKSbPrrIzucJFU yh908Y7mgcU2s8CvJzjnFcNCv6iugGSEsD58pVu4ZKV+bzqOtVdbnud5EKot4ri9Tcmh NFAueKOQuefu8q9bCAt/qDMbFyNQCU41Wh1RdMrFyxLfo3Uo3AYXDtYNPuRTvh6QM6QU yI28P4hC+gmsoHjQEMHbSPvdPa6xCJYpJHcrx3vLLG2JpLcmVYxtG5k74/m8IQkJCD9s SNZrwctqP+PoRfWHQ2ly/tdp4gQg3mGO7S8tQPn8LUkZ/e3chnBDCPY8V2U7VglxURDq T79Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f15si13745237pgi.56.2019.06.25.05.42.28; Tue, 25 Jun 2019 05:42:44 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732186AbfFYK4x (ORCPT + 99 others); Tue, 25 Jun 2019 06:56:53 -0400 Received: from gofer.mess.org ([88.97.38.141]:35075 "EHLO gofer.mess.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727217AbfFYK4w (ORCPT ); Tue, 25 Jun 2019 06:56:52 -0400 Received: by gofer.mess.org (Postfix, from userid 1000) id 2E5D260E3B; Tue, 25 Jun 2019 11:56:51 +0100 (BST) Date: Tue, 25 Jun 2019 11:56:50 +0100 From: Sean Young To: Arnd Bergmann Cc: Mauro Carvalho Chehab , Mauro Carvalho Chehab , linux-media@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/3] media: ttpci: add RC_CORE dependency Message-ID: <20190625105650.scnahq2e5xgdnt2c@gofer.mess.org> References: <20190617111718.2277220-1-arnd@arndb.de> <20190617111718.2277220-3-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190617111718.2277220-3-arnd@arndb.de> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 17, 2019 at 01:16:53PM +0200, Arnd Bergmann wrote: > The ttpci driver now uses the rc-core, so we need to ensure it > is enabled: > > ERROR: "rc_unregister_device" [drivers/media/pci/ttpci/dvb-ttpci.ko] undefined! > ERROR: "rc_allocate_device" [drivers/media/pci/ttpci/dvb-ttpci.ko] undefined! > ERROR: "rc_free_device" [drivers/media/pci/ttpci/dvb-ttpci.ko] undefined! > ERROR: "rc_keydown" [drivers/media/pci/ttpci/dvb-ttpci.ko] undefined! > ERROR: "rc_register_device" [drivers/media/pci/ttpci/dvb-ttpci.ko] undefined! > > Fixes: 71f49a8bf5c5 ("media: ttpci: use rc-core for the IR receiver") > Signed-off-by: Arnd Bergmann Thank you for the patch, unfortunately this was already fixed in commit 12e23ebb396e6ffea88b8c5e483059a297326afb (which was accepted after you sent your patch). Thanks Sean