[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130519083822.GA31087@electric-eye.fr.zoreil.com>
Date: Sun, 19 May 2013 10:38:22 +0200
From: Francois Romieu <romieu@...zoreil.com>
To: David Miller <davem@...emloft.net>
Cc: Tomasz Figa <tomasz.figa@...il.com>, netdev@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
devicetree-discuss@...ts.ozlabs.org,
Grant Likely <grant.likely@...aro.org>,
Rob Herring <rob.herring@...xeda.com>,
Sascha Hauer <s.hauer@...gutronix.de>
Subject: Re: [PATCH] net: dm9000: Allow instantiation using device tree
Sascha Hauer <s.hauer@...gutronix.de> :
[...]
> > +#ifdef CONFIG_OF
> > +static struct dm9000_plat_data *dm9000_parse_dt(struct device *dev)
> > +{
> > + struct dm9000_plat_data *pdata;
> > + struct device_node *np = dev->of_node;
> > + const void *prop;
> > + int len;
> > +
> > + if (!np)
> > + return NULL;
>
> You should be able to kill the ifdef around this function by doing
>
> if (!IS_ENABLED(CONFIG_OF) || !np)
> return NULL;
It will be the first such use of IS_ENABLED in net land.
David, is it ok ?
--
Ueimor
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists