From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751546AbdH0Nfz (ORCPT ); Sun, 27 Aug 2017 09:35:55 -0400 Received: from mga07.intel.com ([134.134.136.100]:27703 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751355AbdH0Nfy (ORCPT ); Sun, 27 Aug 2017 09:35:54 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,436,1498546800"; d="scan'208";a="894485862" Date: Sun, 27 Aug 2017 16:31:27 +0300 From: Mika Westerberg To: Greg Kroah-Hartman Cc: "Bernat, Yehezkel" , Andreas Noever , Michael Jamet , Lukas Wunner , Andy Shevchenko , linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] thunderbolt: Remove superfluous check Message-ID: <20170827133127.GC2980@lahna.fi.intel.com> References: <29cf6caa-07a9-9c52-bd8c-6634749f99ca@intel.com> <20170815070228.GG2369@lahna.fi.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170815070228.GG2369@lahna.fi.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 15, 2017 at 10:02:28AM +0300, Mika Westerberg wrote: > On Tue, Aug 15, 2017 at 08:19:01AM +0300, Bernat, Yehezkel wrote: > > The key size is tested by hex2bin() already (as '\0' isn't an hex digit) > > > > Suggested-by: Andy Shevchenko > > Signed-off-by: Yehezkel Bernat > > Acked-by: Mika Westerberg Hi Greg, Do you have any comments regarding these patches? If not could you take them to your char-misc tree? Thanks!