From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from canpmsgout03.his.huawei.com (canpmsgout03.his.huawei.com [113.46.200.218]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 25F0F369218 for ; Sat, 21 Mar 2026 06:53:54 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=113.46.200.218 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774076037; cv=none; b=G+FukITCGuDbQmZdnsZGQ2m6Eg485xCS9Ama4cCTTWCo4+0Y5Ttqs2b+189VtQJWRJHP3eSPrNLue+NiGzgsGwdPzqQzw9QNWhl6DxVrgjsL9H9++ZLcr4JO3QB8ojBppowQ70sHlcFi9WJmAQlSDT5Ig/edqu7m0aTemCFhpEo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774076037; c=relaxed/simple; bh=msUkjFwRYXCzTTgvwtd5SzHGcyZkN4+gOjTp2S8kCqM=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type; b=p4YRDgZf/zyMB30fHCoG4YFkl+0aQZaGDT6M8F7xgVVvg9ZjKa+G0FunEas95aWO+jDWQ/soIxw2o//9VxATqyQWYUxoWdYjLEYSmOLpNuLy8OXTlNMG2xp3GoJPHmlu3FFNBFgRFzrHcpM9Nw+epMTwHJog0SjWWFeu5J23BVI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=hisilicon.com; spf=pass smtp.mailfrom=huawei.com; dkim=pass (1024-bit key) header.d=huawei.com header.i=@huawei.com header.b=zLCS47MH; arc=none smtp.client-ip=113.46.200.218 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=hisilicon.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=huawei.com header.i=@huawei.com header.b="zLCS47MH" dkim-signature: v=1; a=rsa-sha256; d=huawei.com; s=dkim; c=relaxed/relaxed; q=dns/txt; h=From; bh=z0lQ45GZptwOohmqxDB7WVu+nzKnPzGV1kcHxWvWkK8=; b=zLCS47MHGrNPIwFg83l/BiQC1NTog8n4Cx0el06S+9adGkk1ma4nadv3ImmLavxGWM5+t10yr 4YIO1Z60mW+R0UblwRzn5WvNQu0DxOvkm8KQRLr+ySqmNeE5ywCOz29WujXlh/OLXVU6YWJEbZG pJW79nsxG22+e8RMXK/EU28= Received: from mail.maildlp.com (unknown [172.19.163.0]) by canpmsgout03.his.huawei.com (SkyGuard) with ESMTPS id 4fd94R2pNszpStX; Sat, 21 Mar 2026 14:48:23 +0800 (CST) Received: from dggemv712-chm.china.huawei.com (unknown [10.1.198.32]) by mail.maildlp.com (Postfix) with ESMTPS id 2121640561; Sat, 21 Mar 2026 14:53:52 +0800 (CST) Received: from kwepemq100003.china.huawei.com (7.202.195.72) by dggemv712-chm.china.huawei.com (10.1.198.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.11; Sat, 21 Mar 2026 14:53:51 +0800 Received: from [10.67.113.213] (10.67.113.213) by kwepemq100003.china.huawei.com (7.202.195.72) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.11; Sat, 21 Mar 2026 14:53:51 +0800 Message-ID: <69BE407F.8050301@hisilicon.com> Date: Sat, 21 Mar 2026 14:53:51 +0800 From: Wei Xu User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 To: Huisong Li , , , CC: , , , Subject: Re: [PATCH v1 0/2] soc: hisilicon: kunpeng_hccs: Some clean code to fix compiling warning References: <20260317035746.1773605-1-lihuisong@huawei.com> In-Reply-To: <20260317035746.1773605-1-lihuisong@huawei.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-ClientProxiedBy: kwepems100002.china.huawei.com (7.221.188.206) To kwepemq100003.china.huawei.com (7.202.195.72) Hi Huisong, On 2026/3/17 11:57, Huisong Li wrote: > Fix some compiling warning on kunpeng_hccs driver. > > Huisong Li (2): > soc: hisilicon: kunpeng_hccs: Fix discard ‘const’ qualifier compiling > warning > soc: hisilicon: kunpeng_hccs: Remove unused input parameter > > drivers/soc/hisilicon/kunpeng_hccs.c | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) > Series applied to the Hisilicon driver tree. Thanks! Best Regards, Wei