From: patchwork-bot+linux-remoteproc@kernel.org
To: Nathan Chancellor <natechancellor@gmail.com>
Cc: linux-remoteproc@vger.kernel.org
Subject: Re: [PATCH] remoteproc/mediatek: Use size_t type for len in scp_da_to_va
Date: Tue, 10 Mar 2020 22:40:02 +0000 [thread overview]
Message-ID: <158388000298.13341.4779270989480251438.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20200310211514.32288-1-natechancellor@gmail.com>
Hello:
This patch was applied to andersson/remoteproc.git (refs/heads/for-next).
On Tue, 10 Mar 2020 14:15:14 -0700 you wrote:
> Clang errors:
>
> drivers/remoteproc/mtk_scp.c:364:14: error: incompatible function
> pointer types initializing 'void *(*)(struct rproc *, u64, size_t)' (aka
> 'void *(*)(struct rproc *, unsigned long long, unsigned int)') with an
> expression of type 'void *(struct rproc *, u64, int)' (aka 'void
> *(struct rproc *, unsigned long long, int)')
> [-Werror,-Wincompatible-function-pointer-types]
> .da_to_va = scp_da_to_va,
> ^~~~~~~~~~~~
> 1 error generated.
>
> [...]
Here is a summary with links:
- remoteproc/mediatek: Use size_t type for len in scp_da_to_va
https://git.kernel.org/andersson/remoteproc/c/18101380c160ec0787e77656106812baa2995f9c
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/pwbot
prev parent reply other threads:[~2020-03-10 22:40 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-10 21:15 [PATCH] remoteproc/mediatek: Use size_t type for len in scp_da_to_va Nathan Chancellor
2020-03-10 21:15 ` Nathan Chancellor
2020-03-10 21:15 ` Nathan Chancellor
2020-03-10 22:25 ` Bjorn Andersson
2020-03-10 22:25 ` Bjorn Andersson
2020-03-10 22:25 ` Bjorn Andersson
2020-03-10 22:25 ` Bjorn Andersson
2020-03-10 22:40 ` patchwork-bot+linux-remoteproc [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=158388000298.13341.4779270989480251438.git-patchwork-notify@kernel.org \
--to=patchwork-bot+linux-remoteproc@kernel.org \
--cc=linux-remoteproc@vger.kernel.org \
--cc=natechancellor@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.