Browse Source

Merge remote-tracking branch 'regulator/topic/as3711' into regulator-next

Mark Brown 12 years ago
parent
commit
20ab4a7a79
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/regulator/as3711-regulator.c

+ 1 - 1
drivers/regulator/as3711-regulator.c

@@ -303,7 +303,7 @@ static int as3711_regulator_probe(struct platform_device *pdev)
 		reg_data = pdata ? pdata->init_data[id] : NULL;
 
 		/* No need to register if there is no regulator data */
-		if (!ri->desc.name)
+		if (!reg_data)
 			continue;
 
 		reg = &regs[id];