From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755947AbdGLJ0W (ORCPT ); Wed, 12 Jul 2017 05:26:22 -0400 Received: from muru.com ([72.249.23.125]:54338 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755578AbdGLJ0V (ORCPT ); Wed, 12 Jul 2017 05:26:21 -0400 Date: Wed, 12 Jul 2017 02:26:16 -0700 From: Tony Lindgren To: Kishon Vijay Abraham I Cc: nsekhar@ti.com, "arnd @ arndb . de" , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [RESEND PATCH] bus: omap-ocp2scp: Fix error handling in omap_ocp2scp_probe Message-ID: <20170712092616.GC16509@atomide.com> References: <20170711101638.2233-1-kishon@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170711101638.2233-1-kishon@ti.com> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Kishon Vijay Abraham I [170711 03:17]: > The error handling code in omap_ocp2scp_probe fails to invoke > pm_runtime_disable and fails to initialize return value in > certain cases. Fix it here. Applying into omap-for-v4.13/fixes thanks. Tony