[Intel-gfx] [PATCH] drm/i915: Remove return; at the end of a function returning void

2014-06-03 Thread Damien Lespiau
intel_dsi_init() lost its return value in: Damien Lespiau damien.lesp...@intel.com 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. Suggested-by: Jani Nikula

Re: [Intel-gfx] [PATCH] drm/i915: Remove return; at the end of a function returning void

2014-06-03 Thread Jani Nikula
On Tue, 03 Jun 2014, Damien Lespiau damien.lesp...@intel.com wrote: intel_dsi_init() lost its return value in: Damien Lespiau damien.lesp...@intel.com 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

Re: [Intel-gfx] [PATCH] drm/i915: Remove return; at the end of a function returning void

2014-06-03 Thread Damien Lespiau
On Tue, Jun 03, 2014 at 04:35:01PM +0300, Jani Nikula wrote: On Tue, 03 Jun 2014, Damien Lespiau damien.lesp...@intel.com wrote: intel_dsi_init() lost its return value in: Damien Lespiau damien.lesp...@intel.com Date: Wed May 28 12:30:56 2014 +0100 drm/i915: Make

Re: [Intel-gfx] [PATCH] drm/i915: Remove return; at the end of a function returning void

2014-06-03 Thread Daniel Vetter
On Tue, Jun 03, 2014 at 02:37:27PM +0100, Damien Lespiau wrote: On Tue, Jun 03, 2014 at 04:35:01PM +0300, Jani Nikula wrote: On Tue, 03 Jun 2014, Damien Lespiau damien.lesp...@intel.com wrote: intel_dsi_init() lost its return value in: Damien Lespiau damien.lesp...@intel.com