Browse Source

Merge remote-tracking branch 'regulator/topic/tps6524x' into regulator-devm

Mark Brown 11 years ago
parent
commit
21a122b5f4
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/regulator/tps6524x-regulator.c

+ 0 - 1
drivers/regulator/tps6524x-regulator.c

@@ -588,7 +588,6 @@ static int pmic_remove(struct spi_device *spi)
 		regulator_unregister(hw->rdev[i]);
 		hw->rdev[i] = NULL;
 	}
-	spi_set_drvdata(spi, NULL);
 	return 0;
 }