mbox series

[GIT,PULL] ARM: vexpress: updates for v5.4

Message ID 20190814172441.26143-1-sudeep.holla@arm.com
State New
Headers show
Series [GIT,PULL] ARM: vexpress: updates for v5.4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/vexpress-update-5.4

Message

Sudeep Holla Aug. 14, 2019, 5:24 p.m. UTC
Hi ARM SoC Team,

Please pull !

Regards,
Sudeep

-->8

The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/vexpress-update-5.4

for you to fetch changes up to ace4682635db252d40071f62af328c90508cafdd:

  ARM: vexpress: Cleanup cppcheck shifting warning (2019-07-31 16:36:58 +0100)

----------------------------------------------------------------
ARMv7 Vexpress update for v5.4

Single cleanup patch handling type checks using cppcheck tool
(bitwise shift by more than 31 on a 32 bit type)

----------------------------------------------------------------
Phong Tran (1):
      ARM: vexpress: Cleanup cppcheck shifting warning

 arch/arm/mach-vexpress/spc.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Arnd Bergmann Aug. 14, 2019, 7:22 p.m. UTC | #1
On Wed, Aug 14, 2019 at 7:24 PM Sudeep Holla <sudeep.holla@arm.com> wrote:
> ----------------------------------------------------------------
> ARMv7 Vexpress update for v5.4
>
> Single cleanup patch handling type checks using cppcheck tool
> (bitwise shift by more than 31 on a 32 bit type)
>
> ----------------------------------------------------------------
> Phong Tran (1):
>       ARM: vexpress: Cleanup cppcheck shifting warning

I think this patch by Phong Tran is wrong, so I'm not pulling the branch.
I'll reply to the patch instead.

       Arnd
Sudeep Holla Aug. 15, 2019, 8:57 a.m. UTC | #2
On Wed, Aug 14, 2019 at 09:22:29PM +0200, Arnd Bergmann wrote:
> On Wed, Aug 14, 2019 at 7:24 PM Sudeep Holla <sudeep.holla@arm.com> wrote:
> > ----------------------------------------------------------------
> > ARMv7 Vexpress update for v5.4
> >
> > Single cleanup patch handling type checks using cppcheck tool
> > (bitwise shift by more than 31 on a 32 bit type)
> >
> > ----------------------------------------------------------------
> > Phong Tran (1):
> >       ARM: vexpress: Cleanup cppcheck shifting warning
> 
> I think this patch by Phong Tran is wrong, so I'm not pulling the branch.
> I'll reply to the patch instead.
>

Ah OK, thanks. Saw some patches of that series in the tree, hence pulled.

--
Regards,
Sudeep