summaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/interrupt.c
diff options
context:
space:
mode:
authorTomas Winkler <tomas.winkler@intel.com>2014-09-29 16:31:39 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-09-29 11:56:01 -0400
commit2628118b60b9d5bb4c580a1d5973a8e1d31a50f2 (patch)
treedadb0689a269a4288e6bd78394beb8f194bc9d62 /drivers/misc/mei/interrupt.c
parent55e43d1fc0fb8dd04ae8fc067994f00edae34941 (diff)
downloadtalos-obmc-linux-2628118b60b9d5bb4c580a1d5973a8e1d31a50f2.tar.gz
talos-obmc-linux-2628118b60b9d5bb4c580a1d5973a8e1d31a50f2.zip
mei: kill error message for allocation failure
There is no need to log memory allocation errors as this is already done by the memory subsystem. Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/mei/interrupt.c')
-rw-r--r--drivers/misc/mei/interrupt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/mei/interrupt.c b/drivers/misc/mei/interrupt.c
index 1b6c14b8642e..b8d9cfee3e87 100644
--- a/drivers/misc/mei/interrupt.c
+++ b/drivers/misc/mei/interrupt.c
@@ -126,7 +126,6 @@ static int mei_cl_irq_read_msg(struct mei_device *dev,
GFP_KERNEL);
if (!buffer) {
- cl_err(dev, cl, "allocation failed.\n");
list_del(&cb->list);
return -ENOMEM;
}
OpenPOWER on IntegriCloud