From: Jingoo Han <jg1.han@samsung.com>
To: 'Brian Norris' <computersforpeace@gmail.com>
Cc: 'Andrew Lunn' <andrew@lunn.ch>,
'Linus Walleij' <linus.walleij@linaro.org>,
'Jingoo Han' <jg1.han@samsung.com>, 'Josh Wu' <josh.wu@atmel.com>,
linux-mtd@lists.infradead.org,
'Ezequiel Garcia' <ezequiel.garcia@free-electrons.com>,
'David Woodhouse' <dwmw2@infradead.org>
Subject: [PATCH 0/4] mtd: nan: use dev_err() instead of printk()
Date: Thu, 26 Dec 2013 12:29:48 +0900 [thread overview]
Message-ID: <009b01cf01ea$bac213d0$30463b70$%han@samsung.com> (raw)
Use dev_err()/dev_warn() instead of printk() to provide a better
message to userspace.
Change since v1
- Remove the site-specific OOM messages, per Ezequiel Garcia.
Jingoo Han (4)
mtd: atmel_nand: use dev_err() instead of printk()
mtd: fsmc_nand: use dev_warn() instead of printk()
mtd: orion_nand: use dev_err() instead of printk()
mtd: sharpsl: use dev_err() instead of printk()
---
drivers/mtd/nand/atmel_nand.c | 4 ++--
drivers/mtd/nand/fsmc_nand.c | 8 ++++----
drivers/mtd/nand/orion_nand.c | 2 +-
drivers/mtd/nand/sharpsl.c | 2 +-
4 files changed, 8 insertions(+), 8 deletions(-)
next reply other threads:[~2013-12-26 3:30 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-26 3:29 Jingoo Han [this message]
2013-12-26 3:30 ` [PATCH V2 1/4] mtd: atmel_nand: use dev_err() instead of printk() Jingoo Han
2013-12-27 6:56 ` Josh Wu
2013-12-26 3:31 ` [PATCH V2 2/4] mtd: fsmc_nand: use dev_warn() " Jingoo Han
2014-01-07 17:56 ` Linus Walleij
2013-12-26 3:31 ` [PATCH V2 3/4] mtd: orion_nand: use dev_err() " Jingoo Han
2013-12-26 3:32 ` [PATCH V2 4/4] mtd: sharpsl: " Jingoo Han
2014-01-03 18:26 ` [PATCH 0/4] mtd: nan: " Brian Norris
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='009b01cf01ea$bac213d0$30463b70$%han@samsung.com' \
--to=jg1.han@samsung.com \
--cc=andrew@lunn.ch \
--cc=computersforpeace@gmail.com \
--cc=dwmw2@infradead.org \
--cc=ezequiel.garcia@free-electrons.com \
--cc=josh.wu@atmel.com \
--cc=linus.walleij@linaro.org \
--cc=linux-mtd@lists.infradead.org \
/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.