From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262644AbVGMOLJ (ORCPT ); Wed, 13 Jul 2005 10:11:09 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262645AbVGMOLI (ORCPT ); Wed, 13 Jul 2005 10:11:08 -0400 Received: from rproxy.gmail.com ([64.233.170.194]:50589 "EHLO rproxy.gmail.com") by vger.kernel.org with ESMTP id S262644AbVGMOLI convert rfc822-to-8bit (ORCPT ); Wed, 13 Jul 2005 10:11:08 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CMWIq2frNBMNaH/VjNabv5R/vwGon4dWgrZnVzemkbXV03HRRt9xrC0EhQa2RrvCLHzG1G4LqH4wFtguvMwvwOKxJT9pDHH7mL20FD9Zm3DII+Z5fm8b5lIHXYJLhtCTKd/gHuPJj+wwJpkfmORCyimFFxXZYLAer4x6oTOklY8= Message-ID: Date: Wed, 13 Jul 2005 09:11:07 -0500 From: Dmitry Torokhov Reply-To: dtor_core@ameritech.net To: Geert Uytterhoeven Subject: Re: [PATCH] Amiga joystick typo (was: Re: Input: fix open/close races in joystick drivers - add a semaphore) Cc: Dmitry Torokhov , Linus Torvalds , Andrew Morton , Linux Kernel Development In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Content-Disposition: inline References: <200506280052.j5S0qDQT010792@hera.kernel.org> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On 7/13/05, Geert Uytterhoeven wrote: > On Mon, 27 Jun 2005, Linux Kernel Mailing List wrote: > > tree 11d80109ddc2f61de6a75a37941346100a67a0d1 > > parent af246041277674854383cf91b8f0b01217b521e8 > > author Dmitry Torokhov Sun, 29 May 2005 12:29:52 -0500 > > committer Dmitry Torokhov Sun, 29 May 2005 12:29:52 -0500 > > > > Input: fix open/close races in joystick drivers - add a semaphore > > to the ones that register more than one input device. > > > > Signed-off-by: Dmitry Torokhov > > > > drivers/input/joystick/amijoy.c | 29 ++++++++++++++++------------- > > This patch broke compilation of amijoy. Trivial fix below. > Sorry about that. Question - if I were to build a cross-compiler for amiga what arch is that? Right now I am "compiling" for i386 and hope that I will catch some real errors in between complaints about missing include files and definitions... -- Dmitry