mbox series

[GIT,PULL] firmware: arm_scmi: fixes/cleanup for v5.2

Message ID 20190416142422.GC24669@e107155-lin
State New
Headers show
Series [GIT,PULL] firmware: arm_scmi: fixes/cleanup for v5.2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/scmi-fixes-5.2

Message

Sudeep Holla April 16, 2019, 2:24 p.m. UTC
Hi ARM SoC Team,

Please pull !

Regards,
Sudeep

--
The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/scmi-fixes-5.2

for you to fetch changes up to d9350f21e5fe2614e1f78ef20c3a3e83c4a36391:

  firmware: arm_scmi: replace of_match_device->data with of_device_get_match_data() (2019-04-12 18:11:18 +0100)

----------------------------------------------------------------
ARM SCMI fixes/cleanup for v5.2

1. Fix for of_node reference leak in scmi_mailbox_check by passing
   NULL argument to of_parse_phandle_with_args instead of dummy argument

2. Cleanup of_match_device->data NULL pointer handling using
   of_device_get_match_data() helper

----------------------------------------------------------------
Aditya Pakki (1):
      firmware: arm_scmi: replace of_match_device->data with of_device_get_match_data()

Steven Price (1):
      firmware: arm_scmi: fix of_node leak in scmi_mailbox_check

 drivers/firmware/arm_scmi/driver.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Olof Johansson April 29, 2019, 6:11 a.m. UTC | #1
On Tue, Apr 16, 2019 at 03:24:22PM +0100, Sudeep Holla wrote:
> Hi ARM SoC Team,
> 
> Please pull !
> 
> Regards,
> Sudeep
> 
> --
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/scmi-fixes-5.2
> 
> for you to fetch changes up to d9350f21e5fe2614e1f78ef20c3a3e83c4a36391:
> 
>   firmware: arm_scmi: replace of_match_device->data with of_device_get_match_data() (2019-04-12 18:11:18 +0100)
> 
> ----------------------------------------------------------------
> ARM SCMI fixes/cleanup for v5.2
> 
> 1. Fix for of_node reference leak in scmi_mailbox_check by passing
>    NULL argument to of_parse_phandle_with_args instead of dummy argument
> 
> 2. Cleanup of_match_device->data NULL pointer handling using
>    of_device_get_match_data() helper

Merged, thanks!


-Olof