regulator: bcm590xx: fix vbus name
authorGraham Williams <graham.williams@linaro.org>
Wed, 18 Jun 2014 19:42:10 +0000 (12:42 -0700)
committerMark Brown <broonie@linaro.org>
Sun, 22 Jun 2014 11:00:14 +0000 (12:00 +0100)
commit636f4a31e3bb5ff8907d02a8862ee02f8a068084
tree0afcb1727bf67228bba4423eca00cb304b9a050d
parent7171511eaec5bf23fb06078f59784a3a0626b38f
regulator: bcm590xx: fix vbus name

The vbus regulator was not getting its name set. This results
in the sysfs entry being empty. The lack of a bcm590xx_regs[]
table entry also upsets Coverity runs. Add the table entry
so the name gets set properly.

Signed-off-by: Graham Williams <graham.williams@linaro.org>
Acked-by: Matt Porter <mporter@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/regulator/bcm590xx-regulator.c