From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH v1 05/11] mmc: mmci: use NSEC_PER_SEC macro Date: Tue, 13 May 2014 09:20:48 +0200 Message-ID: References: <1398759492-12970-1-git-send-email-srinivas.kandagatla@linaro.org> <1398759601-13178-1-git-send-email-srinivas.kandagatla@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mail-ob0-f173.google.com ([209.85.214.173]:45033 "EHLO mail-ob0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752503AbaEMHUs (ORCPT ); Tue, 13 May 2014 03:20:48 -0400 Received: by mail-ob0-f173.google.com with SMTP id wm4so9324904obc.4 for ; Tue, 13 May 2014 00:20:48 -0700 (PDT) In-Reply-To: <1398759601-13178-1-git-send-email-srinivas.kandagatla@linaro.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Srinivas Kandagatla Cc: Russell King , "linux-mmc@vger.kernel.org" , Chris Ball , Ulf Hansson , "linux-kernel@vger.kernel.org" , agross@quicinc.com, "linux-arm-msm@vger.kernel.org" On Tue, Apr 29, 2014 at 10:20 AM, wrote: > From: Srinivas Kandagatla > > This patch replaces a constant used in calculating timeout with a proper > macro. This is make code more readable. > > Signed-off-by: Srinivas Kandagatla Reviewed-by: Linus Walleij This can be merged out-of-order just as-is. Yours, Linus Walleij