Re: [U-Boot] [U-Boot-Users] [PATCH] cmd_spi: remove broken signed casting for display

14 Oct
2008
14 Oct
'08
2:20 p.m.
Dear Mike Frysinger,
In message 1223982278-28497-1-git-send-email-vapier@gentoo.org you wrote:
Since we're working with unsigned data, you can't apply a signed pointer cast and then attempt to print the result. Otherwise you get wrong output when the sign bit is set like "0xFF" incorrectly extended to "0xFFFFFFFF".
Signed-off-by: Mike Frysinger vapier@gentoo.org
common/cmd_spi.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
Where a calculator on the ENIAC is equipped with 18,000 vacuum tubes
and weighs 30 tons, computers in the future may have only 1,000
vacuum tubes and weigh only 1/2 tons. - Popular Mechanics, March 1949
6051
Age (days ago)
6051
Last active (days ago)
0 comments
1 participants
participants (1)
-
Wolfgang Denk