regulator: qcom_rpm: Don't explicitly initialise the first field of config
authorAxel Lin <axel.lin@ingics.com>
Wed, 24 Sep 2014 09:45:25 +0000 (17:45 +0800)
committerMark Brown <broonie@kernel.org>
Fri, 26 Sep 2014 08:28:40 +0000 (09:28 +0100)
Doing so generates a warning as the first field is a pointer but we use
0 to initialize it.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

No differences found