Re: [PATCH] regulator: bcm590xx: fix vbus name

2014-06-22 Thread Mark Brown
On Wed, Jun 18, 2014 at 12:42:10PM -0700, Graham Williams wrote: > 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. Applied, th

Re: [PATCH] regulator: bcm590xx: fix vbus name

2014-06-18 Thread Matt Porter
On Wed, Jun 18, 2014 at 12:42:10PM -0700, Graham Williams wrote: > 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-

[PATCH] regulator: bcm590xx: fix vbus name

2014-06-18 Thread Graham Williams
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 --- drivers/regulator/bcm590xx-regulator.c |5 +