From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753874AbcGSSBa (ORCPT ); Tue, 19 Jul 2016 14:01:30 -0400 Received: from us01smtprelay-2.synopsys.com ([198.182.60.111]:59870 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753829AbcGSSB2 convert rfc822-to-8bit (ORCPT ); Tue, 19 Jul 2016 14:01:28 -0400 From: Alexey Brodkin To: "weiyj_lk@163.com" CC: "dri-devel@lists.freedesktop.org" , "linux-kernel@vger.kernel.org" , "yongjun_wei@trendmicro.com.cn" , "airlied@linux.ie" Subject: Re: [PATCH -next] drm/arc: Fix some sparse warnings Thread-Topic: [PATCH -next] drm/arc: Fix some sparse warnings Thread-Index: AQHR4bXVMaWmpqxX80i98TFHsSP9oaAf6bmA Date: Tue, 19 Jul 2016 18:01:10 +0000 Message-ID: <1468951187.5489.7.camel@synopsys.com> References: <1468929845-9368-1-git-send-email-weiyj_lk@163.com> In-Reply-To: <1468929845-9368-1-git-send-email-weiyj_lk@163.com> Accept-Language: en-US, ru-RU Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.225.15.82] Content-Type: text/plain; charset="utf-7" Content-ID: <976E894A3BAAF143B8800F90694C0E67@internal.synopsys.com> Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi+AKA-Wei Yongjun, On Tue, 2016-07-19 at 12:04 +-0000, Wei Yongjun wrote: +AD4- From: Wei Yongjun +ADw-yongjun+AF8-wei+AEA-trendmicro.com.cn+AD4- +AD4- +AD4- Fixes the following sparse warnings: +AD4- +AD4- drivers/gpu/drm/arc/arcpgu+AF8-drv.c:52:5: warning: +AD4- +AKA- symbol 'arcpgu+AF8-gem+AF8-mmap' was not declared. Should it be static? +AD4- drivers/gpu/drm/arc/arcpgu+AF8-drv.c:134:48: warning: +AD4- +AKA- Using plain integer as NULL pointer +AD4- drivers/gpu/drm/arc/arcpgu+AF8-drv.c:155:5: warning: +AD4- +AKA- symbol 'arcpgu+AF8-unload' was not declared. Should it be static? +AD4- +AD4- Signed-off-by: Wei Yongjun +ADw-yongjun+AF8-wei+AEA-trendmicro.com.cn+AD4- Acked-by: Alexey Brodkin +ADw-abrodkin+AEA-synopsys.com+AD4-