From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754809AbbIICac (ORCPT ); Tue, 8 Sep 2015 22:30:32 -0400 Received: from mail-pa0-f42.google.com ([209.85.220.42]:32938 "EHLO mail-pa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752969AbbIICaY (ORCPT ); Tue, 8 Sep 2015 22:30:24 -0400 Date: Wed, 9 Sep 2015 08:00:20 +0530 From: Viresh Kumar To: "Rafael J. Wysocki" Cc: linaro-kernel@lists.linaro.org, linux-pm@vger.kernel.org, preeti.lkml@gmail.com, open list Subject: Re: [PATCH V2 3/9] cpufreq: ondemand: only queue canceled works from update_sampling_rate() Message-ID: <20150909023020.GI7639@linux> References: <1806697.T1XSqGqSN5@vostro.rjw.lan> <20150908015831.GY26760@linux> <32794142.WpJFa6Ni1D@vostro.rjw.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <32794142.WpJFa6Ni1D@vostro.rjw.lan> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09-09-15, 03:06, Rafael J. Wysocki wrote: > I've just realized that if you combined this patch with the [6/9], > you wouldn't need to make any changes to gov_queue_work() at all, > because that patch removes the case in point entirely. Yeah, but then these are really two separate issues at hand and so I solved them separately. Lemme know how you want to see that and I can change :) -- viresh