From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from szxga03-in.huawei.com (szxga03-in.huawei.com [45.249.212.189]) (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 B72A171 for ; Thu, 17 Jun 2021 14:06:19 +0000 (UTC) Received: from dggemv703-chm.china.huawei.com (unknown [172.30.72.53]) by szxga03-in.huawei.com (SkyGuard) with ESMTP id 4G5NzD2hWxz6yVH; Thu, 17 Jun 2021 22:02:16 +0800 (CST) Received: from dggpeml500017.china.huawei.com (7.185.36.243) by dggemv703-chm.china.huawei.com (10.3.19.46) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2176.2; Thu, 17 Jun 2021 22:06:16 +0800 Received: from [10.174.178.174] (10.174.178.174) by dggpeml500017.china.huawei.com (7.185.36.243) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2176.2; Thu, 17 Jun 2021 22:06:16 +0800 Subject: Re: [PATCH -next resend] media: staging: media: atomisp: pci: fix error return code in atomisp_pci_probe() To: Dan Carpenter CC: , , , , References: <20210617135500.2158302-1-yangyingliang@huawei.com> <20210617135824.GO1901@kadam> From: Yang Yingliang Message-ID: Date: Thu, 17 Jun 2021 22:06:15 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 In-Reply-To: <20210617135824.GO1901@kadam> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Originating-IP: [10.174.178.174] X-ClientProxiedBy: dggems703-chm.china.huawei.com (10.3.19.180) To dggpeml500017.china.huawei.com (7.185.36.243) X-CFilter-Loop: Reflected On 2021/6/17 21:58, Dan Carpenter wrote: > Looks good. > > Reviewed-by: Dan Carpenter > > But next time please use v2 in the subject instead of "resend". "resend" > means that the process broke down somehow and we ignored your first > patch. > > On Thu, Jun 17, 2021 at 09:55:00PM +0800, Yang Yingliang wrote: >> If init_atomisp_wdts() fails, atomisp_pci_probe() need return >> error code. >> >> Reported-by: Hulk Robot >> Signed-off-by: Yang Yingliang >> --- > Put a note here under the --- cut off line to say what happened since > the last version. > > v2: style change OK Thanks, Yang > > >> drivers/staging/media/atomisp/pci/atomisp_v4l2.c | 3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(-) >> > regards, > dan carpenter > > .