mbox

[GIT,PULL] ARM: mvebu: cleanup for v4.6 (#2)

Message ID 87fuwfo8eu.fsf@free-electrons.com
State New
Headers show

Pull-request

git://git.infradead.org/linux-mvebu.git tags/mvebu-cleanup-4.6-2

Message

Gregory CLEMENT Feb. 26, 2016, 2:25 p.m. UTC
Hi,

Here is the second pull request for cleanup for mvebu for v4.6.

Gregory

The following changes since commit 727c62d29c3a0b982fb72ef993db95e9d2036e07:

  ARM: mv78xx0: use "depends on" instead of "if" after prompt (2016-01-25 16:43:16 +0100)

are available in the git repository at:

  git://git.infradead.org/linux-mvebu.git tags/mvebu-cleanup-4.6-2

for you to fetch changes up to 7d8f9ac16223cf14f199a96355b0add4ca286662:

  ARM: mvebu: add missing of_node_put() (2016-02-08 17:30:14 +0100)

----------------------------------------------------------------
mvebu cleanup for 4.6 (part 2)

Add a missing call to of_node_put() armada_xp_smp_prepare_cpus()

----------------------------------------------------------------
Masahiro Yamada (1):
      ARM: mvebu: add missing of_node_put()

 arch/arm/mach-mvebu/platsmp.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Arnd Bergmann Feb. 29, 2016, 10:53 p.m. UTC | #1
On Friday 26 February 2016 15:25:45 Gregory CLEMENT wrote:
> mvebu cleanup for 4.6 (part 2)
> 
> Add a missing call to of_node_put() armada_xp_smp_prepare_cpus()
> 
> 

Merged into next/cleanup, thanks!

	Arnd