From: Antti Palosaari <crope@iki.fi>
To: Matthias Schwarzott <zzam@gentoo.org>,
linux-media@vger.kernel.org, mchehab@osg.samsung.com
Subject: Re: [PATCH] tda10071: Fix dependency to REGMAP_I2C
Date: Mon, 23 Nov 2015 21:39:09 +0200 [thread overview]
Message-ID: <56536B5D.7050708@iki.fi> (raw)
In-Reply-To: <1448306344-7691-1-git-send-email-zzam@gentoo.org>
Moikka!
Thank you for the patch! Usually these are nowadays found by automated
build test, but for some reason not that one...
On 11/23/2015 09:19 PM, Matthias Schwarzott wrote:
> Without I get this error for by dvb-card:
> tda10071: Unknown symbol devm_regmap_init_i2c (err 0)
> cx23885_dvb_register() dvb_register failed err = -22
> cx23885_dev_setup() Failed to register dvb adapters on VID_B
>
> Signed-off-by: Matthias Schwarzott <zzam@gentoo.org>
Reviewed-by: Antti Palosaari <crope@iki.fi>
> ---
> drivers/media/dvb-frontends/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/media/dvb-frontends/Kconfig b/drivers/media/dvb-frontends/Kconfig
> index 292c947..310e4b8 100644
> --- a/drivers/media/dvb-frontends/Kconfig
> +++ b/drivers/media/dvb-frontends/Kconfig
> @@ -264,7 +264,7 @@ config DVB_MB86A16
> config DVB_TDA10071
> tristate "NXP TDA10071"
> depends on DVB_CORE && I2C
> - select REGMAP
> + select REGMAP_I2C
> default m if !MEDIA_SUBDRV_AUTOSELECT
> help
> Say Y when you want to support this frontend.
>
--
http://palosaari.fi/
prev parent reply other threads:[~2015-11-23 19:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-23 19:19 [PATCH] tda10071: Fix dependency to REGMAP_I2C Matthias Schwarzott
2015-11-23 19:39 ` Antti Palosaari [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56536B5D.7050708@iki.fi \
--to=crope@iki.fi \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@osg.samsung.com \
--cc=zzam@gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.