ASoC: pcm512x: Fixup warning splat
Reported-by: kbuild test robot <fengguang.wu@intel.com> Signed-off-by: Peter Rosin <peda@axentia.se> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
d11c2978bf
commit
2599a9609c
|
@ -1266,7 +1266,6 @@ int pcm512x_probe(struct device *dev, struct regmap *regmap)
|
|||
{
|
||||
struct pcm512x_priv *pcm512x;
|
||||
int i, ret;
|
||||
u32 val;
|
||||
|
||||
pcm512x = devm_kzalloc(dev, sizeof(struct pcm512x_priv), GFP_KERNEL);
|
||||
if (!pcm512x)
|
||||
|
@ -1347,6 +1346,7 @@ int pcm512x_probe(struct device *dev, struct regmap *regmap)
|
|||
#ifdef CONFIG_OF
|
||||
if (dev->of_node) {
|
||||
const struct device_node *np = dev->of_node;
|
||||
u32 val;
|
||||
|
||||
if (of_property_read_u32(np, "pll-in", &val) >= 0) {
|
||||
if (val > 6) {
|
||||
|
|
Loading…
Reference in New Issue