Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1159973 > unrolled thread

[GIT PULL] stupid devicetree bug fix

Started byGrant Likely <grant.likely@linaro.org>
First post2015-06-07 01:30 +0200
Last post2015-06-07 01:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] stupid devicetree bug fix Grant Likely <grant.likely@linaro.org> - 2015-06-07 01:30 +0200

#1159973 — [GIT PULL] stupid devicetree bug fix

FromGrant Likely <grant.likely@linaro.org>
Date2015-06-07 01:30 +0200
Subject[GIT PULL] stupid devicetree bug fix
Message-ID<pyvHj-6C7-1@gated-at.bofh.it>
Hi Linus,

Stupid type fix follows. Please pull.

g.

The following changes since commit c65b99f046843d2455aa231747b5a07a999a9f3d:

  Linux 4.1-rc6 (2015-05-31 19:01:07 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
tags/devicetree-for-linus

for you to fetch changes up to f76502aa9140ec338a59487218bf70a9c9e92b8f:

  of/dynamic: Fix test for PPC_PSERIES (2015-06-05 10:39:28 +0900)

----------------------------------------------------------------
Devicetree fix for v4.1

Stupid typo fix for v4.1. One of the IS_ENABLED() macro calls forgot the
CONFIG_ prefix. Only affects a tiny number of platforms, but still...

----------------------------------------------------------------
Geert Uytterhoeven (1):
      of/dynamic: Fix test for PPC_PSERIES

 drivers/of/dynamic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web