projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ea9363
)
gpio: em: remove unnecessary OOM messages
author
Jingoo Han
<jg1.han@samsung.com>
Tue, 29 Apr 2014 08:34:04 +0000
(17:34 +0900)
committer
Linus Walleij
<linus.walleij@linaro.org>
Fri, 9 May 2014 08:54:44 +0000
(10:54 +0200)
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>
Reviewed-by: Javier Martinez Canillas <javier@dowhile0.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-em.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/gpio-em.c
b/drivers/gpio/gpio-em.c
index
1da1aa4
..
cde3605
100644
(file)
--- a/
drivers/gpio/gpio-em.c
+++ b/
drivers/gpio/gpio-em.c
@@
-284,7
+284,6
@@
static int em_gio_probe(struct platform_device *pdev)
p = devm_kzalloc(&pdev->dev, sizeof(*p), GFP_KERNEL);
if (!p) {
- dev_err(&pdev->dev, "failed to allocate driver data\n");
ret = -ENOMEM;
goto err0;
}