From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965262AbVKHSQf (ORCPT ); Tue, 8 Nov 2005 13:16:35 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965255AbVKHSQe (ORCPT ); Tue, 8 Nov 2005 13:16:34 -0500 Received: from mail.kroah.org ([69.55.234.183]:1683 "EHLO perch.kroah.org") by vger.kernel.org with ESMTP id S965262AbVKHSQd (ORCPT ); Tue, 8 Nov 2005 13:16:33 -0500 Date: Tue, 8 Nov 2005 10:13:44 -0800 From: Greg KH To: Adrian Bunk Cc: jgarzik@pobox.com, netdev@vger.kernel.org, Benjamin Reed , linux-kernel@vger.kernel.org, stable@kernel.org Subject: Re: [stable] [2.6 patch] airo.c/airo_cs.c: correct prototypes Message-ID: <20051108181344.GC14907@kroah.com> References: <20051105164227.GK5368@stusta.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051105164227.GK5368@stusta.de> User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Nov 05, 2005 at 05:42:27PM +0100, Adrian Bunk wrote: > This patch creates a file airo.h containing prototypes of the global > functions in airo.c used by airo_cs.c . > > If you got strange problems with either airo_cs devices or in any other > completely unrelated part of the kernel shortly or long after a airo_cs > device was detected by the kernel, this might have been caused by the > fact that caller and callee disagreed regarding the size of the first > argument to init_airo_card()... > > > Signed-off-by: Adrian Bunk queued to -stable. thanks, greg k-h