From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755405Ab2KVSlQ (ORCPT ); Thu, 22 Nov 2012 13:41:16 -0500 Received: from mail-pa0-f46.google.com ([209.85.220.46]:57009 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755027Ab2KVSlP (ORCPT ); Thu, 22 Nov 2012 13:41:15 -0500 Date: Wed, 21 Nov 2012 13:31:13 -0800 From: Greg Kroah-Hartman To: Thiago Farina Cc: linux list , tom.leiming@gmail.com Subject: Re: =?utf-8?Q?drivers=2Fusb=2Fusb-skeleton?= =?utf-8?B?LmM6MTE3OjM6IGVycm9yOiBsYWJlbCDigJhvdXRfZXJy?= =?utf-8?B?4oCZ?= used but not define Message-ID: <20121121213113.GA30140@kroah.com> References: <20121118034117.GA2604@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Nov 18, 2012 at 12:06:31PM -0200, Thiago Farina wrote: > On Sun, Nov 18, 2012 at 1:41 AM, Greg Kroah-Hartman > wrote: > >> If not, what would be the right fix? > > > > Properly define out_err. > > > > I thought this all got fixed up recently, what kernel version are you > > looking at? > > > That might explain why I'm seeing this. > > Because I'm building the kernel I checked out from > git://github.com/torvalds/linux.git, currently at commit f4a75d2e > (Linux 3.7-rc6). Yes, this fixed up in linux-next (just checked it), and will be resolved in 3.8-rc1. sorry about that. greg k-h