From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout.web.de (mout.web.de [212.227.15.14]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3yxkLJ6RDVzDqhq for ; Thu, 14 Dec 2017 04:33:11 +1100 (AEDT) To: linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, Li Yang , Qiang Zhao Cc: LKML , kernel-janitors@vger.kernel.org From: SF Markus Elfring Subject: [PATCH 0/3] SoC/FSL/QE: Adjustments for three function implementations Message-ID: <07738369-a787-98b4-41a5-71b7d630c356@users.sourceforge.net> Date: Wed, 13 Dec 2017 18:32:28 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Markus Elfring Date: Wed, 13 Dec 2017 18:28:38 +0100 Three update suggestions were taken into account from static source code analysis. Markus Elfring (3): Delete an error message for a failed memory allocation in three functions Improve a size determination in two functions Use common error handling code in ucc_fast_init() drivers/soc/fsl/qe/gpio.c | 4 +--- drivers/soc/fsl/qe/ucc_fast.c | 39 ++++++++++++++++++--------------------- drivers/soc/fsl/qe/ucc_slow.c | 7 ++----- 3 files changed, 21 insertions(+), 29 deletions(-) -- 2.15.1