From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265801AbUBGBZc (ORCPT ); Fri, 6 Feb 2004 20:25:32 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265796AbUBGBZc (ORCPT ); Fri, 6 Feb 2004 20:25:32 -0500 Received: from parcelfarce.linux.theplanet.co.uk ([195.92.249.252]:11399 "EHLO www.linux.org.uk") by vger.kernel.org with ESMTP id S265801AbUBGBYE (ORCPT ); Fri, 6 Feb 2004 20:24:04 -0500 Date: Sat, 7 Feb 2004 01:24:02 +0000 From: viro@parcelfarce.linux.theplanet.co.uk To: Greg KH Cc: James Simmons , Linus Torvalds , Linux Fbdev development list , Linux Kernel Mailing List Subject: Re: fbdev sysfs support. Message-ID: <20040207012402.GT21151@parcelfarce.linux.theplanet.co.uk> References: <20040207005954.GB4492@kroah.com> <20040207011544.GC4492@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040207011544.GC4492@kroah.com> User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 06, 2004 at 05:15:44PM -0800, Greg KH wrote: > On Sat, Feb 07, 2004 at 01:01:35AM +0000, James Simmons wrote: > > diff -urN -X /home/jsimmons/dontdiff linus-2.6/drivers/video/fbmem.c fbdev-2.6/drivers/video/fbmem.c > > --- linus-2.6/drivers/video/fbmem.c 2004-01-27 19:48:11.000000000 -0800 > > +++ fbdev-2.6/drivers/video/fbmem.c 2004-02-06 03:45:53.000000000 -0800 > > @@ -1228,6 +1228,9 @@ > > break; > > fb_info->node = i; > > > > + if (fb_add_class_device(fb_info)) > > + return -EINVAL; > > + > > Woah, what about all of the fb drivers that statically allocate their > fb_info structure? This will die a horrible death for them when they > try to unload themselves. > > Are you going to fix up every fb driver to call framebuffer_alloc() to > fix this problem? That's quite a task... Netdev mess, mk.II...