From: Jingoo Han <jg1.han@samsung.com>
To: 'Brian Norris' <computersforpeace@gmail.com>
Cc: 'Mike Frysinger' <vapier@gentoo.org>,
linux-mtd@lists.infradead.org, 'Jingoo Han' <jg1.han@samsung.com>,
'David Woodhouse' <dwmw2@infradead.org>
Subject: [PATCH 05/23] mtd: bf5xx_nand: Remove unnecessary OOM messages
Date: Thu, 26 Dec 2013 12:04:18 +0900 [thread overview]
Message-ID: <008701cf01e7$2acdfe90$8069fbb0$%han@samsung.com> (raw)
In-Reply-To: <008201cf01e6$6b894da0$429be8e0$%han@samsung.com>
The site-specific OOM messages are unnecessary, because they
duplicate the MM subsystem generic OOM message.
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
---
drivers/mtd/nand/bf5xx_nand.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/mtd/nand/bf5xx_nand.c b/drivers/mtd/nand/bf5xx_nand.c
index 2c42e12..94f55db 100644
--- a/drivers/mtd/nand/bf5xx_nand.c
+++ b/drivers/mtd/nand/bf5xx_nand.c
@@ -745,7 +745,6 @@ static int bf5xx_nand_probe(struct platform_device *pdev)
info = kzalloc(sizeof(*info), GFP_KERNEL);
if (info == NULL) {
- dev_err(&pdev->dev, "no memory for flash info\n");
err = -ENOMEM;
goto out_err_kzalloc;
}
--
1.7.10.4
next prev parent reply other threads:[~2013-12-26 3:04 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-26 2:58 [PATCH 00/23] mtd: nand: Remove unnecessary OOM messages Jingoo Han
2013-12-26 3:00 ` [PATCH 01/23] mtd: atmel_nand: " Jingoo Han
2013-12-27 6:55 ` Josh Wu
2013-12-26 3:00 ` [PATCH 02/23] mtd: orion_nand: " Jingoo Han
2013-12-26 3:01 ` [PATCH 03/23] mtd: sharpsl: " Jingoo Han
2013-12-26 3:02 ` [PATCH 04/23] mtd: au1550nd: " Jingoo Han
2013-12-26 3:04 ` Jingoo Han [this message]
2013-12-26 7:53 ` [PATCH 05/23] mtd: bf5xx_nand: " Mike Frysinger
2013-12-26 3:04 ` [PATCH 06/23] mtd: cafe_nand: " Jingoo Han
2013-12-26 3:06 ` [PATCH 07/23] mtd: cmx270_nand: " Jingoo Han
2013-12-26 3:06 ` [PATCH 08/23] mtd: cs553x_nand: " Jingoo Han
2013-12-26 3:07 ` [PATCH 09/23] mtd: diskonchip: " Jingoo Han
2013-12-26 3:08 ` [PATCH 10/23] mtd: fsl_elbc_nand: " Jingoo Han
2013-12-26 3:09 ` [PATCH 11/23] mtd: fsl_ifc_nand: " Jingoo Han
2013-12-26 3:09 ` [PATCH 12/23] mtd: jz4740_nand: " Jingoo Han
2013-12-26 3:11 ` [PATCH 13/23] mtd: pasemi_nand: " Jingoo Han
2013-12-27 5:43 ` Olof Johansson
2013-12-27 5:49 ` Jingoo Han
2013-12-26 3:12 ` [PATCH 14/23] mtd: txx9ndfmc: " Jingoo Han
2013-12-26 3:13 ` [PATCH 15/23] mtd: davinci_nand: " Jingoo Han
2013-12-26 3:16 ` [PATCH 16/23] mtd: fsmc_nand: " Jingoo Han
2014-01-07 17:55 ` Linus Walleij
2013-12-26 3:17 ` [PATCH 17/23] mtd: nand-gpio: " Jingoo Han
2013-12-26 3:18 ` [PATCH 18/23] mtd: lpc32xx_mlc: " Jingoo Han
2013-12-26 10:30 ` Roland Stigge
2013-12-26 3:18 ` [PATCH 19/23] mtd: lpc32xx_slc: " Jingoo Han
2013-12-26 10:30 ` Roland Stigge
2013-12-26 3:19 ` [PATCH 20/23] mtd: mpc5121_nfc: " Jingoo Han
2013-12-26 3:21 ` [PATCH 21/23] mtd: plat_nand: " Jingoo Han
2013-12-26 3:21 ` [PATCH 22/23] mtd: s3c2410: " Jingoo Han
2013-12-26 3:22 ` [PATCH 23/23] mtd: sh_flctl: " Jingoo Han
2014-01-03 1:30 ` [PATCH 00/23] mtd: nand: " 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='008701cf01e7$2acdfe90$8069fbb0$%han@samsung.com' \
--to=jg1.han@samsung.com \
--cc=computersforpeace@gmail.com \
--cc=dwmw2@infradead.org \
--cc=linux-mtd@lists.infradead.org \
--cc=vapier@gentoo.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).