Merge tag 'scmi-fixes-4.17' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...
authorArnd Bergmann <arnd@arndb.de>
Tue, 27 Mar 2018 13:57:19 +0000 (15:57 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 27 Mar 2018 13:57:19 +0000 (15:57 +0200)
commitf8d6dc78b8b994cf6903879ab6abf3cb25b76daf
tree8a3aa04d6b7873bef12f957648e58b34d268950d
parentb701b41bb4f6304e95fffb1c2b2f0bb9158a2245
parent7f9badfceffc6d2ae331050f1cd155a633130437
Merge tag 'scmi-fixes-4.17' of ssh://gitolite./linux/kernel/git/sudeep.holla/linux into next/drivers

Pull "ARM SCMI fixes/cleanups for v4.17" from Sudeep Holla:

Couple of fixes for build warning due to uninitialised variable
and static checker warning for passing NULL pointer to PTR_ERR.
It also contains cleanup suggested by Stephen Boyd in SCMI clock
driver using the new devm_of_clk_add_hw_provider() API.

* tag 'scmi-fixes-4.17' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
  clk: scmi: use devm_of_clk_add_hw_provider() API and drop scmi_clocks_remove
  firmware: arm_scmi: prevent accessing rate_discrete uninitialized
  hwmon: (scmi) return -EINVAL when sensor information is unavailable