Regulator: core: Unregister when gpio request fails.
authorAndrew Lunn <andrew@lunn.ch>
Sun, 28 Oct 2012 15:01:11 +0000 (16:01 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 28 Oct 2012 18:13:07 +0000 (18:13 +0000)
If the gpio_request_one() fails, or returns EPROBE_DEFER, the
regulator must be device_unregister()ed. When this is not done,
there are WARNING: from sysfs:

WARNING: at fs/sysfs/file.c:343 sysfs_open_file+0x238/0x268()

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found