mbox series

[GIT,PULL,1/3] ti-sysc array access fix for v4.18 merge window

Message ID pull-1526925630-789198@atomide.com
State New
Headers show
Series [GIT,PULL,1/3] ti-sysc array access fix for v4.18 merge window | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.18/ti-sysc-fix-signed

Message

Tony Lindgren May 21, 2018, 7:41 p.m. UTC
From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit dc4c85eac6bc8cfe25144936c5636aa1415bbc12:

  bus: ti-sysc: Show module information for suspend if DEBUG is enabled (2018-05-01 06:54:17 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.18/ti-sysc-fix-signed

for you to fetch changes up to c97c8620833e4a55ddb7a43961d3205184a487f0:

  bus: ti-sysc: Fix optional clocks array access (2018-05-18 07:54:44 -0700)

----------------------------------------------------------------
One ti-sysc fix for v4.18 merge window

This fixes an array access errors if there are more optional clocks
than one.

----------------------------------------------------------------
Tony Lindgren (1):
      bus: ti-sysc: Fix optional clocks array access

 drivers/bus/ti-sysc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Olof Johansson May 25, 2018, 9:12 p.m. UTC | #1
On Mon, May 21, 2018 at 12:41:30PM -0700, Tony Lindgren wrote:
> From: "Tony Lindgren" <tony@atomide.com>
> 
> The following changes since commit dc4c85eac6bc8cfe25144936c5636aa1415bbc12:
> 
>   bus: ti-sysc: Show module information for suspend if DEBUG is enabled (2018-05-01 06:54:17 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.18/ti-sysc-fix-signed
> 
> for you to fetch changes up to c97c8620833e4a55ddb7a43961d3205184a487f0:
> 
>   bus: ti-sysc: Fix optional clocks array access (2018-05-18 07:54:44 -0700)

Merged, thanks!


-Olof