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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C505BC07E9D for ; Tue, 27 Sep 2022 11:09:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231766AbiI0LJ3 (ORCPT ); Tue, 27 Sep 2022 07:09:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34528 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231295AbiI0LJG (ORCPT ); Tue, 27 Sep 2022 07:09:06 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C5529124143; Tue, 27 Sep 2022 04:06:32 -0700 (PDT) Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id 912AE6601F41; Tue, 27 Sep 2022 12:06:30 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1664276791; bh=Eiys2MQDxTttwOrfkp9JGhDhEdlH5ShtSAZhdpDDjb8=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=Z+v41NJC1P5ioKnnPVBdfziVIZ74LVXXqKuXbLH7UDQWo40GSo73D3OI6hTvP8M+c KLOltGJCX/jITZeLuoSxfexmVgNVoX11SYuHIz9ivKNkk8SWTD7S4ZYGO8lVeiLoqE iXvOBmfpd/ENZtiU9Rl5tEvCreh04WIsdocSV7KMRJ+B6T1Vifl/6GqiPkwPlLR1OE DQ6IVlRY9qZQYQ6de9RmFz89DmurtMyUEWPsQO7y8BEThAMLxwmX8AVHB6XjyXwYAz 4p23fSDsAnBkLa8VCBg/UX7POhpfhrSo0p6PsfREZptpukw5viC+unUfNa/Qw+GkcQ mei/F7kqzHhFw== Message-ID: Date: Tue, 27 Sep 2022 13:06:28 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.0 Subject: Re: [PATCH v3 11/11] remoteproc: mediatek: Refine ipi handler error message Content-Language: en-US To: Tinghan Shen , Bjorn Andersson , Mathieu Poirier , Rob Herring , Krzysztof Kozlowski , Matthias Brugger , Tiffany Lin , Andrew-CT Chen , Yunfei Dong , Mauro Carvalho Chehab Cc: linux-remoteproc@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org References: <20220927025606.26673-1-tinghan.shen@mediatek.com> <20220927025606.26673-12-tinghan.shen@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20220927025606.26673-12-tinghan.shen@mediatek.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Il 27/09/22 04:56, Tinghan Shen ha scritto: > The error message doesn't accurately reflect the cause of > the error. The error is due to a handler not being found, > not an invalid IPI ID. > > Signed-off-by: Tinghan Shen Reviewed-by: AngeloGioacchino Del Regno