From: Dan Carpenter <dan.carpenter@oracle.com>
To: Bjorn Andersson <bjorn.andersson@linaro.org>
Cc: linux-remoteproc@vger.kernel.org
Subject: Re: [bug report] rpmsg: Handle invalid parameters in public API
Date: Tue, 14 Feb 2017 10:28:33 +0300 [thread overview]
Message-ID: <20170213193610.GE4162@mwanda> (raw)
In-Reply-To: <20170213165808.GP27837@minitux>
On Mon, Feb 13, 2017 at 08:58:09AM -0800, Bjorn Andersson wrote:
> > 70 struct rpmsg_endpoint *rpmsg_create_ept(struct rpmsg_device *rpdev,
> > 71 rpmsg_rx_cb_t cb, void *priv,
> > 72 struct rpmsg_channel_info chinfo)
> > 73 {
> > 74 if (WARN_ON(!rpdev))
> > 75 return ERR_PTR(-EINVAL);
> >
> > The callers aren't expecting error pointers. I could filter out this
> > one because Smatch knows it's impossible for that caller because rpdev
> > isn't NULL, but I feel like this should really return NULL.
> >
>
> I think it would make sense to report an ERR_PTR() from
> rpmsg_create_ept(), but that's not what's currently expected.
>
It sounds like you're trying to argue or persuade me but that's like
arguing with a fruit fly. Complete waste of time. I have invested
zero thought into this and had literally already forgotten sending this
email. Just do whatever you think is best. ;)
regards,
dan carpenter
prev parent reply other threads:[~2017-02-14 7:28 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-11 8:40 [bug report] rpmsg: Handle invalid parameters in public API Dan Carpenter
2017-02-13 16:58 ` Bjorn Andersson
2017-02-14 7:28 ` Dan Carpenter [this message]
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=20170213193610.GE4162@mwanda \
--to=dan.carpenter@oracle.com \
--cc=bjorn.andersson@linaro.org \
--cc=linux-remoteproc@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