From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-ee0-x22b.google.com ([2a00:1450:4013:c00::22b]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Ve05l-000267-5C for barebox@lists.infradead.org; Wed, 06 Nov 2013 10:12:05 +0000 Received: by mail-ee0-f43.google.com with SMTP id b47so2406864eek.16 for ; Wed, 06 Nov 2013 02:11:23 -0800 (PST) Date: Wed, 6 Nov 2013 11:18:19 +0100 From: Alexander Aring Message-ID: <20131106101819.GB15858@x61s.campuswlan.hs-rm.de> References: <1383606064-30494-1-git-send-email-a.heider@gmail.com> <20131106094628.GH24559@pengutronix.de> <20131106100401.GA15254@x61s.campuswlan.hs-rm.de> <20131106100232.GL24559@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20131106100232.GL24559@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH v2 0/6] BCM2835 / simple framebuffer support To: Sascha Hauer Cc: barebox@lists.infradead.org On Wed, Nov 06, 2013 at 11:02:33AM +0100, Sascha Hauer wrote: > On Wed, Nov 06, 2013 at 11:04:02AM +0100, Alexander Aring wrote: > > Hi Sascha, > > > > On Wed, Nov 06, 2013 at 10:46:28AM +0100, Sascha Hauer wrote: > > > Hi Andre, > > > @@ -163,6 +163,13 @@ int register_framebuffer(struct fb_info *info) > > > if (ret) > > > goto err_unregister; > > > > > > + if (IS_ENABLED(CONFIG_DRIVER_VIDEO_SIMPLEFB)) { > > > + ret = fb_register_simplefb(info); > > > + if (ret) > > > + dev_err(&info->dev, "failed to register simplefb: %s\n", > > > + strerror(-ret)); > > maybe we should return ret here? > > I think it's fine to continue without simplefb here. In the end the > framebuffer works, just without simplefb. > ok, thanks. - Alex _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox