Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932477AbbFFXY0 (ORCPT ); Sat, 6 Jun 2015 19:24:26 -0400 Received: from mail-oi0-f42.google.com ([209.85.218.42]:34314 "EHLO mail-oi0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752652AbbFFXYS (ORCPT ); Sat, 6 Jun 2015 19:24:18 -0400 MIME-Version: 1.0 From: Grant Likely Date: Sun, 7 Jun 2015 08:23:57 +0900 X-Google-Sender-Auth: bbciXa237Ws4jGedFKu9QjjVe5M Message-ID: Subject: [GIT PULL] stupid devicetree bug fix To: Linus Torvalds , Linux Kernel Mailing List Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1141 Lines: 36 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/