Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751214AbcDFNki (ORCPT ); Wed, 6 Apr 2016 09:40:38 -0400 Received: from mail-oi0-f45.google.com ([209.85.218.45]:34444 "EHLO mail-oi0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750705AbcDFNkh (ORCPT ); Wed, 6 Apr 2016 09:40:37 -0400 MIME-Version: 1.0 In-Reply-To: <1459793646-16000-1-git-send-email-shubhraj@xilinx.com> References: <1459793646-16000-1-git-send-email-shubhraj@xilinx.com> Date: Wed, 6 Apr 2016 15:40:36 +0200 Message-ID: Subject: Re: [PATCH] gpio: zynq: Fix the error path From: Linus Walleij To: Shubhrajyoti Datta Cc: "linux-gpio@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Alexandre Courbot , Michal Simek , =?UTF-8?Q?S=C3=B6ren_Brinkmann?= , Shubhrajyoti Datta Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 289 Lines: 13 On Mon, Apr 4, 2016 at 8:14 PM, Shubhrajyoti Datta wrote: > pm_runtime_disable is called only in remove it is missed > out in the error path. > Fix the same. > > Signed-off-by: Shubhrajyoti Datta Patch applied. Yours, Linus Walleij