From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752470AbcCSIbS (ORCPT ); Sat, 19 Mar 2016 04:31:18 -0400 Received: from gloria.sntech.de ([95.129.55.99]:37840 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751870AbcCSIbQ convert rfc822-to-8bit (ORCPT ); Sat, 19 Mar 2016 04:31:16 -0400 From: Heiko Stuebner To: Peter Griffin Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, patches@linaro.org, lee.jones@linaro.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH v2] ARM: rockchip: Fix use of plain integer as NULL pointer Date: Sat, 19 Mar 2016 09:31:08 +0100 Message-ID: <1774724.ZvGCkNYnIY@phil> User-Agent: KMail/4.14.10 (Linux/4.3.0-1-amd64; KDE/4.14.14; x86_64; ; ) In-Reply-To: <1458222191-26023-1-git-send-email-peter.griffin@linaro.org> References: <1458222191-26023-1-git-send-email-peter.griffin@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="iso-8859-1" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Donnerstag, 17. März 2016, 13:43:11 schrieb Peter Griffin: > This fixes the following sparse build warning: > > mach-rockchip/platsmp.c:68:43: Using plain integer as NULL pointer > > Signed-off-by: Peter Griffin applied to soc32-fixes for 4.6 with Lee's Ack Thanks Heiko