From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751714AbdFINS6 (ORCPT ); Fri, 9 Jun 2017 09:18:58 -0400 Received: from verein.lst.de ([213.95.11.211]:37184 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751611AbdFINS4 (ORCPT ); Fri, 9 Jun 2017 09:18:56 -0400 Date: Fri, 9 Jun 2017 15:18:54 +0200 From: Christoph Hellwig To: Andy Shevchenko Cc: Stephen Rothwell , Christoph Hellwig , Linux-Next Mailing List , Linux Kernel Mailing List Subject: Re: [PATCH v1] thermal: int340x_thermal: Switch to use new generic UUID API Message-ID: <20170609131854.GA20026@lst.de> References: <20170609083306.83431-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170609083306.83431-1-andriy.shevchenko@linux.intel.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 09, 2017 at 11:33:06AM +0300, Andy Shevchenko wrote: > There are new types and helpers that are supposed to be used in > new code. > > As a preparation to get rid of legacy types and API functions do > the conversion here. > > The conversion fixes a potential bug in int340x_thermal as well > since we have to use memcmp() on binary data. Thanks Andy, applied.