Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp15582368ybl; Tue, 31 Dec 2019 10:37:21 -0800 (PST) X-Google-Smtp-Source: APXvYqxLfBVuZni5ltOtX3Qnn2CgqeCZR2hhkVs1/umH/erYYDYvmcYTaJHENoAKJm2temjOa2Sf X-Received: by 2002:a17:906:4d46:: with SMTP id b6mr76076980ejv.79.1577817441632; Tue, 31 Dec 2019 10:37:21 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1577817441; cv=none; d=google.com; s=arc-20160816; b=y1tNul2bTsKv6WEAMFYZvEs0KY0wFUThJip901cpPHo/7QzDjY4cIP+Fj78Jq0EQhp Pypklg4Dv9JdMB9Ys94KH5Vi7UjUt7DMva4MBVfUdphvqQe86JhxKvbleVeet0cDI/7H TTq41i8F06gdhy5PKJHqyP8OW1PRtKdFsxSWBdq1Wr44AjVLg36x2J8Y623D3dBhowFG F4ZnNSJmq5A/viDWbUtySJjiRSWQdtvuJinJ/b4iWcQn5sm5kHL1JYdpQps68MDFNTaE qGSNokC/tpmH9XQZ9ihrMlG38zFUEtCQovFU314bkVyUbhRdA9KWuu3ZYcLnvZ9lsPyI YLDw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=T03Pc6zPI7OhnjI9bgwxPX7I1yU60F8HfrUDRnMzXIk=; b=aLxwVkFl3X/jLg8N7DRe6dmA38FrDLULHqd7DVWuggvthgWBC94F02Lxf5GVQXXnvb 9CguC3jlACyI/MueklUgvW7n3l75tb7MyXd+wosr/sSHRqNxclUguiFpeZU3TsfY5yf+ 35oAWxs1M/qaP7/F0y9MUxWuU2hDkgEQ9Hniu9+yF++eXRPZMG5IOx+OxrHV/9h8v3WN mb2rqKowIYZUOgJXjpvi+ttvaLV5QFJxwOZR/iCp7esZkkgQNS/Ykfdfe0+cIYS2kpxI NWxBylT8iblz/qeYdMWP7ziPdOvS9CKbG7ZqB2Rc03tOX/V8R2jlO6dcGA4mTivlC2qA xECA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e51si35230663edb.101.2019.12.31.10.36.46; Tue, 31 Dec 2019 10:37:21 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727081AbfLaSeX (ORCPT + 99 others); Tue, 31 Dec 2019 13:34:23 -0500 Received: from gofer.mess.org ([88.97.38.141]:35459 "EHLO gofer.mess.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726658AbfLaSeX (ORCPT ); Tue, 31 Dec 2019 13:34:23 -0500 Received: by gofer.mess.org (Postfix, from userid 1000) id 3519E11A001; Tue, 31 Dec 2019 18:34:21 +0000 (GMT) Date: Tue, 31 Dec 2019 18:34:21 +0000 From: Sean Young To: "Daniel W. S. Almeida" Cc: mchehab@kernel.org, gregkh@linuxfoundation.org, rfontana@redhat.com, kstewart@linuxfoundation.org, tglx@linutronix.de, skhan@linuxfoundation.org, linux-kernel-mentees@lists.linuxfoundation.org, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/6] media: dvb_dummy_fe: Fix ERROR: POINTER_LOCATION Message-ID: <20191231183421.GA10946@gofer.mess.org> References: <20191201161542.69535-1-dwlsalmeida@gmail.com> <20191201161542.69535-4-dwlsalmeida@gmail.com> <20191231100802.GE24469@gofer.mess.org> <1be10ca9-4bfc-72f0-971a-cc366417a9b4@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1be10ca9-4bfc-72f0-971a-cc366417a9b4@gmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Daniel, On Tue, Dec 31, 2019 at 03:14:04PM -0300, Daniel W. S. Almeida wrote: > Hi Sean, thanks for reviewing this! > > > > The comments from Mauro in the previous version of this patch have not been > > addressed: > > > > https://patchwork.linuxtv.org/patch/60048/#114016 > > > > Thanks, > > > > Sean > > As you've also noted, I have these as separate patches, i.e. > > https://patchwork.linuxtv.org/patch/60430/ > > https://patchwork.linuxtv.org/patch/60432/ > > > I will squash them with this one and send v2. I will also drop this from the > series: > > https://patchwork.linuxtv.org/patch/60428/ > > > Is this OK with you? That's perfect, although v2 already exists so please name it v3 (or whatever the next available version is). Thanks! Sean