From: Michael Hornung <mhornung.linux@gmail.com>
To: gregkh@linuxfoundation.org, christian.gromm@microchip.com,
devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org
Cc: Michael Hornung <mhornung.linux@gmail.com>
Subject: [PATCH 1/1] linux-next: drivers: staging: most: Fix return value
Date: Fri, 31 Jul 2015 22:18:17 +0200 [thread overview]
Message-ID: <1438373897-18714-1-git-send-email-mhornung.linux@gmail.com> (raw)
* Fix sparse warning "Using plain integer as NULL pointer"
Signed-off-by: Michael Hornung <mhornung.linux@gmail.com>
---
drivers/staging/most/aim-network/networking.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/most/aim-network/networking.c b/drivers/staging/most/aim-network/networking.c
index 4639c49..c8ab239 100644
--- a/drivers/staging/most/aim-network/networking.c
+++ b/drivers/staging/most/aim-network/networking.c
@@ -311,7 +311,7 @@ static struct net_dev_context *get_net_dev_context(
}
}
spin_unlock(&list_lock);
- return 0;
+ return NULL;
}
static int aim_probe_channel(struct most_interface *iface, int channel_idx,
--
2.5.0
next reply other threads:[~2015-07-31 20:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-31 20:18 Michael Hornung [this message]
2015-08-01 10:07 ` Christian Gromm
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=1438373897-18714-1-git-send-email-mhornung.linux@gmail.com \
--to=mhornung.linux@gmail.com \
--cc=christian.gromm@microchip.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.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
all inboxes | Powered by JetHome®