[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5072247.HRN2kuegE2@wuerfel>
Date: Tue, 22 Jul 2014 20:33:44 +0200
From: Arnd Bergmann <arnd@...db.de>
To: Dmitry Torokhov <dmitry.torokhov@...il.com>
Cc: linux-arm-kernel@...ts.infradead.org, linux-iio@...r.kernel.org,
kgene.kim@...sung.com, pawel.moll@....com, t.figa@...sung.com,
linux-kernel@...r.kernel.org, Chanwoo Choi <cw00.choi@...sung.com>,
kyungmin.park@...sung.com, linux-samsung-soc@...r.kernel.org,
Jonathan Cameron <jic23@...nel.org>,
Ben Dooks <ben-linux@...ff.org>, galak@...eaurora.org,
ch.naveen@...sung.com, linux-input <linux-input@...r.kernel.org>,
heiko.stuebner@...com
Subject: Re: [PATCH v2] iio: exynos-adc: add experimental touchscreen support
On Tuesday 22 July 2014 11:09:04 Dmitry Torokhov wrote:
> > @@ -565,6 +722,15 @@ static int exynos_adc_probe(struct platform_device *pdev)
> > if (info->data->init_hw)
> > info->data->init_hw(info);
> >
> > + /* leave out any TS related code if unreachable */
> > + if (IS_BUILTIN(CONFIG_INPUT) ||
> > + (IS_MODULE(CONFIG_INPUT) && config_enabled(MODULE)))
>
> This is ugly... We need IS_SUBSYSTEM_AVAILABLE() wrapper for this...
>
> Anyway,
>
> Acked-by: Dmitry Torokhov <dmitry.torokhov@...il.com>
>
>
I actually have a patch to introduce IS_REACHABLE() for this purpose,
but I haven't sent it out for review yet. The main user of this would
be drivers/media, which had the correct logic earlier until someone
tried to "simplify" it by replacing it all with IS_ENABLED()...
Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists