Re: [PATCH v4 2/2] arm64: dts: qcom: Add LTE SKU for sc7280-evoker family

From: Doug Anderson
Date: Wed Sep 28 2022 - 17:15:12 EST


Hi,

On Wed, Sep 28, 2022 at 2:04 PM Doug Anderson <dianders@xxxxxxxxxxxx> wrote:
>
> The above is an unrelated whitespace change and doesn't belong in this
> patch. Ideally you'd send a v5 where you didn't have that.

Actually you probably want to send a v5 anyway with Bjorn's proper
email address. The fact that you have his old linaro address instead
of his kernel.org address means you were probably need to update your
git tree. Try something like:

git remote add linux_qcom
git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git
git fetch linux_qcom
git checkout -b my_patch_series linux_qcom/for-next
# then make your changes and post them up

-Doug