Re: [PATCH 1/2] ASoC: cs35l32: avoid uninitialized variable access

From: Mark Brown
Date: Sat Mar 05 2016 - 07:42:16 EST


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