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 97067C4332F for ; Tue, 20 Dec 2022 09:57:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233276AbiLTJ5d (ORCPT ); Tue, 20 Dec 2022 04:57:33 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57180 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233717AbiLTJ4l (ORCPT ); Tue, 20 Dec 2022 04:56:41 -0500 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 3F07519014; Tue, 20 Dec 2022 01:53:24 -0800 (PST) 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 491B86602CA7; Tue, 20 Dec 2022 09:53:22 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1671530003; bh=X8hoapwEZc1dILsvgDGhhrYGjmxD0yFjqNZhtHPWXbc=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=YshjUpDyd0n3ET7nt4g7lY+C2qk+DkgXH4Tofsze0DDRRH8KZHTymjBrrHSPtahvt l9qbNMqSRjnHe+kEVgmGgJk+C2auUC94u9skCcKQm9H/wVe2Fsp7XDw4VaiVagD6CG CWB+YgiT5IqFN6aZbkDBJW4K+w5kbLoRxeZeWGLrnwpWWpuwpmv1oqjuWbM9VKeV1/ I1Zrbf0sRT2gzodU9Jg5DLe6BZqUP50bYMLrIYAAaw67Y5OJpx5sgnD5MzBg5RcqZg GkvNe4KF21BviH+YmZCckqaZh7KuOWcHa46AOKXRwc9xv9dJaVwSnxidba2JcqnFBt VKPW9TYBNXTuA== Message-ID: <4c198fb0-48a7-2e4d-3363-7eac47a0d5a7@collabora.com> Date: Tue, 20 Dec 2022 10:53:19 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 Subject: Re: [V2] media: jpeg: Fix multi-hw judgement Content-Language: en-US To: Irui Wang , Hans Verkuil , Mauro Carvalho Chehab , Matthias Brugger , nicolas.dufresne@collabora.com, kyrie wu Cc: Project_Global_Chrome_Upstream_Group@mediatek.com, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Tomasz Figa , xia.jiang@mediatek.com, maoguang.meng@mediatek.com References: <20221216035247.18816-1-irui.wang@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20221216035247.18816-1-irui.wang@mediatek.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Il 16/12/22 04:52, Irui Wang ha scritto: > From: kyrie wu > > some chips have multi-hw, but others have only one, > modify the condition of multi-hw judgement > > Fixs: 934e8bccac95 ("mtk-jpegenc: support jpegenc multi-hardware") Typo. s/Fixs/Fixes/g Fix that, please. Regards, Angelo