From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: * X-Spam-Status: No, score=1.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,URIBL_DBL_ABUSE_MALW autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 94323C33CB7 for ; Mon, 27 Jan 2020 11:07:01 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6B953206A2 for ; Mon, 27 Jan 2020 11:07:01 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="fz2m94Dv" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6B953206A2 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender:Content-Type:Cc: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: MIME-Version:References:In-Reply-To:Date:To:From:Subject:Message-ID:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=gidjWFwHSIT9PtkKhqImMcVBOAGOHLqt2Qd1t5a7Xq4=; b=fz2m94DvvdMsD4uCsg80bKo31 IM7dY9fTW3UjG+xMwqSRUijJ5ihlIQedErH+07xqrp+GRjpnr4fR/Y8ewZdr2z5suUhJLuMhMB+wW sxuaNZoQ05TYqjJ2DaZQ8XmjGSLsXEnQCpqnD+y3oFqSft881jjRj88Zz2mRE5c1mr3Zxbvv5ip2g GQqxiG9rQ2sdaLRPi7rTt34c4Gc3KlfUmYJCPGzhn/ooa+qlS1lSLp2o4CdO6SRJjzh+SB8oBjR6H +mRtRNkKNTP+M5+rVashWUM9xBNJcGy8ERBo2bg47fRyxNdsbLR5l5mXir6ky8BOsgoJ2GhrgKNH1 h65ytFV+g==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iw2EM-0004k9-Qh; Mon, 27 Jan 2020 11:06:58 +0000 Received: from mx2.suse.de ([195.135.220.15]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iw2EK-0004jl-9Z; Mon, 27 Jan 2020 11:06:57 +0000 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id AE5BBB119; Mon, 27 Jan 2020 11:06:54 +0000 (UTC) Message-ID: Subject: Re: [PATCH 06/22] staging: vc04_services: get rid of vchiq_platform_use_suspend_timer() From: Nicolas Saenz Julienne To: gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org Date: Mon, 27 Jan 2020 12:06:53 +0100 In-Reply-To: <20200124144617.2213-7-nsaenzjulienne@suse.de> References: <20200124144617.2213-1-nsaenzjulienne@suse.de> <20200124144617.2213-7-nsaenzjulienne@suse.de> User-Agent: Evolution 3.34.3 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200127_030656_485209_551C13E3 X-CRM114-Status: UNSURE ( 8.06 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devel@driverdev.osuosl.org, bcm-kernel-feedback-list@broadcom.com, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org Content-Type: multipart/mixed; boundary="===============5472139326787269204==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============5472139326787269204== Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="=-jfVbXwfzGkRKU6Ms0WbO" --=-jfVbXwfzGkRKU6Ms0WbO Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Fri, 2020-01-24 at 15:46 +0100, Nicolas Saenz Julienne wrote: > @@ -3059,7 +2986,6 @@ vchiq_check_service(struct vchiq_service *service) > arm_state->videocore_use_count, > suspend_state_names[arm_state->vc_suspend_state + > VC_SUSPEND_NUM_OFFSET]); > - vchiq_dump_service_use_state(service->state); > } > out: > return ret; As highlighted by the kbuild test robot, this shouldn't be removed. Sorry i= t slipped through the cracks. Happened because of it similarities with vchiq_dump_platform_use_state(), which is being rightfully removed. I'll give some time for further feedback, and send a v2. Regards, Nicolas --=-jfVbXwfzGkRKU6Ms0WbO Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEErOkkGDHCg2EbPcGjlfZmHno8x/4FAl4uxE0ACgkQlfZmHno8 x/7IcwgAlexqcFZf/vJCGPkHlxL6iHIKlCfhykAprlaYxplMz0io9YbfEMoxiaKj tuttGtiS8cVZgpJpMQA76Rc0iz6m05eSOxnLnxj1s7l9NTFobSU9BA06HsA1Hgg6 h7GcQ/N71IY7vADTVX2zYWTt91KNKtBR5MBgJjudSe3E//DSHyC2SGOe3ZEWnjos 2JKz/rW9X8bqTiaxS7e6YBzgd5ZRuuHVFWQ0iujbo+ymCiItZ1XeI3CxfkpJIdjn 5y3vcKQkoMbWKaoKfQ9UlPdFHhacB28ukVCCcZPAQ3nCHCOYgteDrEtHmhu0Xive zkSOKBZTUF2Ku9R9JWUmDa3lqph9vg== =WPcc -----END PGP SIGNATURE----- --=-jfVbXwfzGkRKU6Ms0WbO-- --===============5472139326787269204== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============5472139326787269204==--