From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933860AbdGKQUt convert rfc822-to-8bit (ORCPT ); Tue, 11 Jul 2017 12:20:49 -0400 Received: from muru.com ([72.249.23.125]:54198 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932299AbdGKQUs (ORCPT ); Tue, 11 Jul 2017 12:20:48 -0400 Date: Tue, 11 Jul 2017 09:20:44 -0700 From: Tony Lindgren To: Sebastian Reichel Cc: Thomas Gleixner , Linus Torvalds , LKML , Andrew Morton , Ingo Molnar , "H. Peter Anvin" , Pavel Machek , Linus Walleij , Grygorii Strashko Subject: Re: [GIT pull] irq updates for 4.13 Message-ID: <20170711162044.GA3730@atomide.com> References: <20170710133505.eo6w73kq2327n34p@earth> <20170711135131.GW3730@atomide.com> <20170711144110.jrqjr6gbkkdadqer@earth> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: 8BIT In-Reply-To: <20170711144110.jrqjr6gbkkdadqer@earth> User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Sebastian Reichel [170711 07:41]: > Ack, that also works for me. The strange thing is, that I added the > following before and it did not print anything. > > if (!pm_runtime_enabled(bank->chip.parent)) > dev_err(bank->chip.parent, "runtime pm issue!\n"); Enabled but not active, you should have tested for !pm_runtime_active()? Regards, Tony