From mboxrd@z Thu Jan 1 00:00:00 1970 From: Damien Lespiau Subject: Re: [PATCH] drm/i915: Remove return; at the end of a function returning void Date: Tue, 3 Jun 2014 14:37:27 +0100 Message-ID: <20140603133727.GD17813@strange.amr.corp.intel.com> References: <1401801676-8116-1-git-send-email-damien.lespiau@intel.com> <87fvjmf75m.fsf@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by gabe.freedesktop.org (Postfix) with ESMTP id E79636E3A0 for ; Tue, 3 Jun 2014 06:37:30 -0700 (PDT) Content-Disposition: inline In-Reply-To: <87fvjmf75m.fsf@intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" To: Jani Nikula Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Tue, Jun 03, 2014 at 04:35:01PM +0300, Jani Nikula wrote: > On Tue, 03 Jun 2014, Damien Lespiau wrote: > > intel_dsi_init() lost its return value in: > > > > Damien Lespiau > > Date: Wed May 28 12:30:56 2014 +0100 > > > > drm/i915: Make intel_dsi_init() return void > > > > However, I left a return; at the end of the function and, as Jani noticed, it > > looks silly. > > Thanks. R-b and all that if Daniel needs it. If it's not too late to rewrite history, please consider squashing it with: drm/i915: Make intel_dsi_init() return void -- Damien