commit | 020501f1a0911af70873e4d3d122b2e1889ccd03 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Sat Apr 27 13:58:08 2013 +0800 |
committer | Mark Brown <broonie@sirena.org.uk> | Sun Apr 28 02:11:19 2013 +0100 |
tree | 0a5692eb87cfaf0b7ec46ac845a1d79a9fd576d8 | |
parent | 1e4b545cdd93318379c6b1fb0a99536fa3260f53 [diff] |
regulator: Remove NULL test before calling regulator_unregister() It's safe to call regulator_unregister() with NULL, thus remove the NULL test before regulator_unregister() calls. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@sirena.org.uk>