RE: [patch 1/2] powerpc: Sky CPU: redundant or incorrect tests on unsigned

2010-02-04 Thread Sky Support
Cc: a...@linux-foundation.org; linuxppc-...@ozlabs.org; roel.kl...@gmail.com; ga...@gate.crashing.org; gorcu...@gmail.com; wa...@skycomputers.com Subject: Re: [patch 1/2] powerpc: Sky CPU: redundant or incorrect tests on unsigned On Wed, 2010-02-03 at 20:47 -0500, support wrote: > I doubt we'l

Re: [patch 1/2] powerpc: Sky CPU: redundant or incorrect tests on unsigned

2010-02-03 Thread support
To: "support" Cc: ; ; ; ; ; Sent: Wednesday, February 03, 2010 7:18 PM Subject: Re: [patch 1/2] powerpc: Sky CPU: redundant or incorrect tests on unsigned On Wed, 2010-02-03 at 19:10 -0500, support wrote: The sky cpu is a PPC7448. I'm actually amazed that you guys are still working

Re: [patch 1/2] powerpc: Sky CPU: redundant or incorrect tests on unsigned

2010-02-03 Thread support
r OEM Sales and Services SKY Computers Inc. 27 Industrial Ave. 978-250-2420 x232 www.skycomputers.com - Original Message - From: "Benjamin Herrenschmidt" To: Cc: ; ; ; ; Sent: Wednesday, February 03, 2010 6:21 PM Subject: Re: [patch 1/2] powerpc: Sky CPU: redundant or inc

Re: [patch 1/2] powerpc: Sky CPU: redundant or incorrect tests on unsigned

2010-02-03 Thread Benjamin Herrenschmidt
; Director OEM Sales and Services > SKY Computers Inc. > 27 Industrial Ave. > 978-250-2420 x232 > www.skycomputers.com > > > - Original Message - > From: "Benjamin Herrenschmidt" > To: "support" > Cc: ; ; > ; ; ; > > Sent: Wednesda

Re: [patch 1/2] powerpc: Sky CPU: redundant or incorrect tests on unsigned

2010-02-03 Thread Benjamin Herrenschmidt
On Wed, 2010-02-03 at 19:10 -0500, support wrote: > The sky cpu is a PPC7448. > I'm actually amazed that you guys are still working on a problem for > a > product that was finished a number of years ago, at the request of > someone > who hasn't worked here for years. > I sorry you, seem to have b

Re: [patch 1/2] powerpc: Sky CPU: redundant or incorrect tests on unsigned

2010-02-03 Thread Benjamin Herrenschmidt
On Tue, 2010-02-02 at 14:40 -0800, a...@linux-foundation.org wrote: > From: Roel Kluin > > count is unsigned and cannot be less than 0. > > Signed-off-by: Roel Kluin > Acked-by: Cyrill Gorcunov > Cc: Benjamin Herrenschmidt > Cc: Kumar Gala > Cc: Brian Waite > Signed-off-by: Andrew Morton >

[patch 1/2] powerpc: Sky CPU: redundant or incorrect tests on unsigned

2010-02-02 Thread akpm
From: Roel Kluin count is unsigned and cannot be less than 0. Signed-off-by: Roel Kluin Acked-by: Cyrill Gorcunov Cc: Benjamin Herrenschmidt Cc: Kumar Gala Cc: Brian Waite Signed-off-by: Andrew Morton --- drivers/misc/hdpuftrs/hdpu_cpustate.c |5 - 1 file changed, 5 deletions(-)