From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Cox Subject: Re: linux-next: build failure after merge of the tty tree Date: Thu, 26 Jul 2012 01:25:02 +0100 Message-ID: <20120726012502.571205f4@bob.linux.org.uk> References: <20120720133349.b71eeca40aa1758a12725dea@canb.auug.org.au> <20120726085127.1205fa271d6c5d7c485c5397@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from mga14.intel.com ([143.182.124.37]:45735 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751325Ab2GZAHy (ORCPT ); Wed, 25 Jul 2012 20:07:54 -0400 In-Reply-To: <20120726085127.1205fa271d6c5d7c485c5397@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: Greg KH , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org On Thu, 26 Jul 2012 08:51:27 +1000 Stephen Rothwell wrote: > Hi Greg, Alan, > > [Sorry, Alan, I forgot to cc you the first time around.] > > On Fri, 20 Jul 2012 13:33:49 +1000 Stephen Rothwell > wrote: > > > > After merging the tty tree, today's linux-next build (x86_64 > > allmodconfig) failed like this: > > > > drivers/staging/serqt_usb2/serqt_usb2.c: In function > > 'qt_set_termios': drivers/staging/serqt_usb2/serqt_usb2.c:1198:29: > > error: incompatible types when initializing type 'struct ktermios > > *' using type 'struct ktermios' > > drivers/staging/serqt_usb2/serqt_usb2.c:1304:14: error: invalid > > type argument of '->' (have 'struct ktermios') > > I sent you a fix for that one (I've not done the ipoctal one yet) Alan