Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754871AbbHXVX1 (ORCPT ); Mon, 24 Aug 2015 17:23:27 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:49815 "EHLO mail3-relais-sop.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754635AbbHXVWx (ORCPT ); Mon, 24 Aug 2015 17:22:53 -0400 X-IronPort-AV: E=Sophos;i="5.15,741,1432591200"; d="scan'208";a="143679998" From: Julia Lawall To: Linus Walleij Cc: kernel-janitors@vger.kernel.org, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH 0/2] convert null test to IS_ERR test Date: Mon, 24 Aug 2015 23:12:25 +0200 Message-Id: <1440450747-10080-1-git-send-email-Julia.Lawall@lip6.fr> X-Mailer: git-send-email 1.8.3.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 501 Lines: 10 Since commit 323de9efdf3e ("pinctrl: make pinctrl_register() return proper error code"), pinctrl_register returns an error code rather than NULL on failure. Most drivers were updated at that time. Update some drivers that were introduced more recently. -- 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/