From: David Brown <davidb@codeaurora.org>
To: Joe Perches <joe@perches.com>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>,
David Brown <davidb@codeaurora.org>,
Daniel Walker <dwalker@fifo99.com>,
Bryan Huntsman <bryanh@codeaurora.org>,
Nicolas Pitre <nico@fluxnic.net>, Chris Ball <cjb@laptop.org>,
Guennadi Liakhovetski <g.liakhovetski@gmx.de>,
Ian Molton <ian@mnementh.co.uk>,
Bruce Chang <brucechang@via.com.tw>,
Harald Welte <HaraldWelte@viatech.com>,
Pierre Ossman <pierre@ossman.eu>,
linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-arm-msm@vger.kernel.org, linux-omap@vger.kernel.org
Subject: Re: [PATCH 4/4] mmc: Add mmc_host_<level> logging
Date: Tue, 15 Nov 2011 21:00:46 -0800 [thread overview]
Message-ID: <20111116050046.GA422@huya.qualcomm.com> (raw)
In-Reply-To: <631c53d126feff0a99b61d9c9a00b308d2b638ee.1321398815.git.joe@perches.com>
On Tue, Nov 15, 2011 at 03:32:08PM -0800, Joe Perches wrote:
> Centralize the pr_<level> uses of mmc_hostname into specific
> mmc_host_<level> calls to allow a flexible presentation style
> and shorten the code a bit.
> drivers/mmc/host/msm_sdcc.c | 101 ++++++++++++++++++---------------------
The MSM ones at least are quite straightforward, so I'm fine with this
part of the change.
Acked-by: David Brown <davidb@codeaurora.org>
--
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.
WARNING: multiple messages have this Message-ID (diff)
From: davidb@codeaurora.org (David Brown)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 4/4] mmc: Add mmc_host_<level> logging
Date: Tue, 15 Nov 2011 21:00:46 -0800 [thread overview]
Message-ID: <20111116050046.GA422@huya.qualcomm.com> (raw)
In-Reply-To: <631c53d126feff0a99b61d9c9a00b308d2b638ee.1321398815.git.joe@perches.com>
On Tue, Nov 15, 2011 at 03:32:08PM -0800, Joe Perches wrote:
> Centralize the pr_<level> uses of mmc_hostname into specific
> mmc_host_<level> calls to allow a flexible presentation style
> and shorten the code a bit.
> drivers/mmc/host/msm_sdcc.c | 101 ++++++++++++++++++---------------------
The MSM ones at least are quite straightforward, so I'm fine with this
part of the change.
Acked-by: David Brown <davidb@codeaurora.org>
--
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.
next prev parent reply other threads:[~2011-11-16 5:00 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-15 23:32 [PATCH 0/4] mmc: logging neatening and mmc_host_<level> Joe Perches
2011-11-15 23:32 ` Joe Perches
2011-11-15 23:32 ` [PATCH 1/4] mmc: Update logging style Joe Perches
2011-11-15 23:32 ` Joe Perches
2011-11-16 1:18 ` NamJae Jeon
2011-11-16 1:18 ` NamJae Jeon
2011-11-15 23:32 ` [PATCH 2/4] wbsd: Use current logging Joe Perches
2011-11-16 1:23 ` NamJae Jeon
2011-11-15 23:32 ` [PATCH 3/4] mmc: Logging neatening Joe Perches
2011-11-15 23:32 ` Joe Perches
2011-11-15 23:32 ` Joe Perches
[not found] ` <d2c1a76fea1844ae7ac3e7e17183fb39df19178e.1321398814.git.joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
2011-11-16 1:48 ` NamJae Jeon
2011-11-16 1:48 ` NamJae Jeon
2011-11-16 1:50 ` Joe Perches
2011-11-16 1:50 ` Joe Perches
2011-11-16 1:55 ` NamJae Jeon
2011-11-16 1:55 ` NamJae Jeon
2011-11-16 2:00 ` Joe Perches
2011-11-16 2:00 ` Joe Perches
2011-11-16 2:08 ` NamJae Jeon
2011-11-16 2:08 ` NamJae Jeon
2011-11-16 18:38 ` Mike Frysinger
2011-11-16 18:38 ` Mike Frysinger
2011-11-15 23:32 ` [PATCH 4/4] mmc: Add mmc_host_<level> logging Joe Perches
2011-11-15 23:32 ` Joe Perches
2011-11-15 23:32 ` Joe Perches
2011-11-16 0:52 ` NamJae Jeon
2011-11-16 0:52 ` NamJae Jeon
2011-11-16 0:57 ` Joe Perches
2011-11-16 0:57 ` Joe Perches
2011-11-16 1:14 ` NamJae Jeon
2011-11-16 1:14 ` NamJae Jeon
2011-11-16 1:18 ` Joe Perches
2011-11-16 1:18 ` Joe Perches
2011-11-16 5:00 ` David Brown [this message]
2011-11-16 5:00 ` David Brown
2011-11-16 5:31 ` NamJae Jeon
2011-11-16 5:31 ` NamJae Jeon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20111116050046.GA422@huya.qualcomm.com \
--to=davidb@codeaurora.org \
--cc=HaraldWelte@viatech.com \
--cc=brucechang@via.com.tw \
--cc=bryanh@codeaurora.org \
--cc=cjb@laptop.org \
--cc=dwalker@fifo99.com \
--cc=g.liakhovetski@gmx.de \
--cc=ian@mnementh.co.uk \
--cc=joe@perches.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=nico@fluxnic.net \
--cc=nicolas.ferre@atmel.com \
--cc=pierre@ossman.eu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.