On Mon, Jan 25, 2016 at 06:07:32PM +0100, Arnd Bergmann wrote:

> -             if (i2c_client->dev.of_node) {
> +             if (IS_ENABLED(CONFIG_OF) && i2c_client->dev.of_node) {

This feels it's going to be happening a lot and we should probably have
a dev_has_of_node() helper that does the IS_ENABLED() check.

Attachment: signature.asc
Description: PGP signature

Reply via email to