mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Karthik Nayak <karthik.188@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: devel@driverdev.osuosl.org, gamerh2o@gmail.com,
	gregkh@linuxfoundation.org, mark.einon@gmail.com,
	Karthik Nayak <karthik.188@gmail.com>
Subject: [PATCH] staging: et131x: remove unneccessary 'out of memory' message
Date: Tue, 30 Sep 2014 22:49:47 +0530	[thread overview]
Message-ID: <1412097587-2779-1-git-send-email-karthik.188@gmail.com> (raw)

Removes the 'out of memory' warning issues by checkpatch

Signed-off-by: Karthik Nayak <karthik.188@gmail.com>
---
 drivers/staging/et131x/et131x.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/et131x/et131x.c b/drivers/staging/et131x/et131x.c
index 41fcaa0..f1a9296 100644
--- a/drivers/staging/et131x/et131x.c
+++ b/drivers/staging/et131x/et131x.c
@@ -2423,7 +2423,6 @@ static struct rfd *nic_rx_pkts(struct et131x_adapter *adapter)
 
 	skb = dev_alloc_skb(rfd->len + 2);
 	if (!skb) {
-		dev_err(&adapter->pdev->dev, "Couldn't alloc an SKB for Rx\n");
 		return NULL;
 	}
 
-- 
2.1.0


             reply	other threads:[~2014-09-30 17:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-30 17:19 Karthik Nayak [this message]
2014-09-30 17:40 ` Fabio Estevam
2014-09-30 17:53   ` karthik nayak
2014-09-30 17:55 Karthik Nayak
2014-09-30 18:50 ` Mark Einon

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=1412097587-2779-1-git-send-email-karthik.188@gmail.com \
    --to=karthik.188@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gamerh2o@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.einon@gmail.com \
    /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

all inboxes | Powered by JetHome®