From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751132Ab3B0FIA (ORCPT ); Wed, 27 Feb 2013 00:08:00 -0500 Received: from arroyo.ext.ti.com ([192.94.94.40]:37193 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750699Ab3B0FH6 (ORCPT ); Wed, 27 Feb 2013 00:07:58 -0500 Message-ID: <512D94FA.7070207@ti.com> Date: Wed, 27 Feb 2013 10:39:14 +0530 From: Santosh Shilimkar User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Daniel Lezcano CC: , , , , , , , , , Subject: Re: [PATCH 1/4] time : pass broadcast parameter References: <1361917047-29230-1-git-send-email-daniel.lezcano@linaro.org> <1361917047-29230-2-git-send-email-daniel.lezcano@linaro.org> In-Reply-To: <1361917047-29230-2-git-send-email-daniel.lezcano@linaro.org> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday 27 February 2013 03:47 AM, Daniel Lezcano wrote: > The broadcast timer could be passed as parameter to the function > instead of using again tick_broadcast_device.evtdev which was > previously used in the caller function. > > Signed-off-by: Daniel Lezcano > --- The change doesn't buy us as such even after looking at next patch which tries to use bc. No strong opinion though. Regards, Santosh