From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH v10 10/12] hwmon: Add PECI cputemp driver References: <20190107214136.5256-1-jae.hyun.yoo@linux.intel.com> <20190107214136.5256-11-jae.hyun.yoo@linux.intel.com> <8ef997aa-2971-2907-3821-e71f9e8dd53a@linux.intel.com> From: Jae Hyun Yoo Message-ID: Date: Fri, 18 Jan 2019 11:15:54 -0800 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit To: Miguel Ojeda Cc: Lee Jones , Rob Herring , Jean Delvare , Guenter Roeck , Mark Rutland , Joel Stanley , Andrew Jeffery , Jonathan Corbet , Greg Kroah-Hartman , Gustavo Pimentel , Kishon Vijay Abraham I , Lorenzo Pieralisi , "Darrick J . Wong" , Eric Sandeen , Arnd Bergmann , Wu Hao , Tomohiro Kusumi , "Bryant G . Ly" , Frederic Barrat , "David S . Miller" , Mauro Carvalho Chehab , Andrew Morton , Randy Dunlap , Philippe Ombredanne , Vinod Koul , Stephen Boyd , David Kershner , Uwe Kleine-Konig , Sagar Dharia , Johan Hovold , Thomas Gleixner , Juergen Gross , Cyrille Pitchen , linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel , Linux Doc Mailing List , openbmc@lists.ozlabs.org, Alan Cox , Andy Shevchenko , Jason M Biils , Andrew Lunn , Stef van Os , Haiyue Wang , James Feist , Vernon Mauery List-ID: Hi Miguel, On 1/18/2019 11:05 AM, Miguel Ojeda wrote: > Hi Jae, > > On Fri, Jan 18, 2019 at 6:52 PM Jae Hyun Yoo > wrote: >> >> I'm assuming you meant: >> >> return !(temp->valid && time_before(jiffies, temp->last_updated + >> UPDATE_INTERVAL)); > > Yeah, or return !... || !..., whatever you feel is more comprehensible. :) > Okay, I'll change it like above. >> Thanks for your review! > > You're welcome! It is just nitpicking, but I thought sending the email > wouldn't hurt too much (in case you do another version of the series, > otherwise don't change it just for this! :-) > Currently, I'm making v11 series. I'll address your comments when I submit the version. Thanks again for your review! :) Regards, Jae > Cheers, > Miguel >