From patchwork Sat Feb 23 13:20:31 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Julia Lawall X-Patchwork-Id: 1047391 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4468y068QHz9s71 for ; Sun, 24 Feb 2019 01:01:12 +1100 (AEDT) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=lip6.fr Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 4468y04ldfzDqM4 for ; Sun, 24 Feb 2019 01:01:12 +1100 (AEDT) X-Original-To: linuxppc-dev@lists.ozlabs.org Delivered-To: linuxppc-dev@lists.ozlabs.org Authentication-Results: lists.ozlabs.org; spf=neutral (mailfrom) smtp.mailfrom=lip6.fr (client-ip=192.134.164.83; helo=mail2-relais-roc.national.inria.fr; envelope-from=julia.lawall@lip6.fr; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=lip6.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4468vM3PhNzDqKP for ; Sun, 24 Feb 2019 00:58:49 +1100 (AEDT) X-IronPort-AV: E=Sophos;i="5.58,403,1544482800"; d="scan'208";a="370609499" Received: from palace.lip6.fr ([132.227.105.202]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/AES128-SHA256; 23 Feb 2019 14:58:43 +0100 From: Julia Lawall To: linux-amlogic@lists.infradead.org Subject: [PATCH 00/12] add missing of_node_put after of_device_is_available Date: Sat, 23 Feb 2019 14:20:31 +0100 Message-Id: <1550928043-14889-1-git-send-email-Julia.Lawall@lip6.fr> X-Mailer: git-send-email 1.9.1 X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-fbdev@vger.kernel.org, linux-pm@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-crypto@vger.kernel.org, linux-tegra@vger.kernel.org, linux-omap@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Sender: "Linuxppc-dev" Failure of of_device_is_available implies that the device node should be put, if it is not used otherwise. --- arch/arm/mach-omap2/display.c | 4 +++- arch/powerpc/platforms/83xx/usb.c | 4 +++- drivers/bus/arm-cci.c | 4 +++- drivers/cpufreq/armada-8k-cpufreq.c | 4 +++- drivers/crypto/amcc/crypto4xx_trng.c | 4 +++- drivers/firmware/psci.c | 4 +++- drivers/gpu/drm/omapdrm/dss/omapdss-boot-init.c | 4 +++- drivers/gpu/drm/tegra/rgb.c | 4 +++- drivers/phy/tegra/xusb.c | 4 +++- drivers/soc/amlogic/meson-gx-socinfo.c | 4 +++- drivers/tee/optee/core.c | 4 +++- drivers/video/fbdev/omap2/omapfb/dss/omapdss-boot-init.c | 4 +++- 12 files changed, 36 insertions(+), 12 deletions(-)