mbox series

[GIT,PULL] firmware: scmi: fixes for v4.17

Message ID 20180417100949.GB16146@e107533-lin
State New
Headers show
Series [GIT,PULL] firmware: scmi: fixes for v4.17 | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/scmi-fixes-4.17

Message

Sudeep Holla April 17, 2018, 10:09 a.m. UTC
Hi ARM-SoC team,

Please pull !

Regards,
Sudeep

The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:

  Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)

are available in the git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/scmi-fixes-4.17

for you to fetch changes up to d27a3c3436a7f68f3affd7991cb4a68e91dd747e:

  firmware: arm_scmi: remove redundant null check on array (2018-04-16 10:15:58 +0100)

----------------------------------------------------------------
SCMI fix for v4.17

A single patch eliminating the redundant null pointer check detected
by CoverityScan("Array compared against 0")

----------------------------------------------------------------
Colin Ian King (1):
      firmware: arm_scmi: remove redundant null check on array

 drivers/firmware/arm_scmi/clock.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Arnd Bergmann April 26, 2018, 2:48 p.m. UTC | #1
On Tue, Apr 17, 2018 at 12:09 PM, Sudeep Holla <sudeep.holla@arm.com> wrote:
>
> The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
>
>   Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
>
> are available in the git repository at:
>
>   ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/scmi-fixes-4.17
>
> for you to fetch changes up to d27a3c3436a7f68f3affd7991cb4a68e91dd747e:
>
>   firmware: arm_scmi: remove redundant null check on array (2018-04-16 10:15:58 +0100)
>
> ----------------------------------------------------------------
> SCMI fix for v4.17
>
> A single patch eliminating the redundant null pointer check detected
> by CoverityScan("Array compared against 0")

Pulled into fixes, thanks!

       Arnd