From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.239]) by ozlabs.org (Postfix) with ESMTP id DA841DDF59 for ; Thu, 7 Jun 2007 08:44:36 +1000 (EST) Received: by nz-out-0506.google.com with SMTP id v1so312672nzb for ; Wed, 06 Jun 2007 15:44:35 -0700 (PDT) Subject: Re: [Linux-fbdev-devel] [patch 17/18] PS3: Frame buffer system-bus rework From: "Antonino A. Daplas" To: linux-fbdev-devel@lists.sourceforge.net In-Reply-To: References: <20070606024407.786638029@am.sony.com> > <46662399.7030401@am.sony.com> Content-Type: text/plain Date: Wed, 06 Jun 2007 23:56:58 +0800 Message-Id: <1181145418.5023.11.camel@daplas> Mime-Version: 1.0 Cc: Linux/PPC Development , Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2007-06-06 at 08:51 +0200, Geert Uytterhoeven wrote: > This one should go through linux-fbdev-devel (CC) for review, but Paul can > merge it because it depends on the PS3 system bus device rework. > > > > > -static void ps3fb_shutdown(struct platform_device *dev) > > +static int __devexit ps3fb_remove(struct ps3_system_bus_device *dev) > > { > > - ps3fb_flip_ctl(0); /* flip off */ > > - ps3fb.dinfo->irq.mask = 0; > > - free_irq(ps3fb.irq_no, ps3fb.dev); > > - ps3_irq_plug_destroy(ps3fb.irq_no); > > - iounmap((u8 __iomem *)ps3fb.dinfo); > > + BUG(); Why BUG()? Tony