From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751598AbdFIKpO (ORCPT ); Fri, 9 Jun 2017 06:45:14 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:53668 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751530AbdFIKpJ (ORCPT ); Fri, 9 Jun 2017 06:45:09 -0400 Date: Fri, 9 Jun 2017 12:45:00 +0200 From: Greg Kroah-Hartman To: Peter Rosin Cc: Arnd Bergmann , Philipp Zabel , Jonathan Cameron , linux-kernel@vger.kernel.org Subject: Re: [PATCH] mux: adg792a: always require I2C support Message-ID: <20170609104500.GA8106@kroah.com> References: <20170609102304.2896514-1-arnd@arndb.de> <0f011be7-e273-f6ad-c2da-948b46e988df@axentia.se> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0f011be7-e273-f6ad-c2da-948b46e988df@axentia.se> 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 Fri, Jun 09, 2017 at 12:31:10PM +0200, Peter Rosin wrote: > On 2017-06-09 12:22, Arnd Bergmann wrote: > > COMPILE_TEST makes no sense when I2C is disabled, as the driver cannot compile > > in that configuration: > > Ouch, thanks for catching! > > Reviewed-by: Peter Rosin > > Greg, I assume you will you be taking this? Yes, will do so now, thanks. greg k-h