From: Jon Loeliger <jdl-CYoMK+44s/E@public.gmane.org>
To: Kim Phillips <kim.phillips-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org
Subject: Re: [PATCH 4/4] dtc/libfdt: sparse fixes
Date: Sun, 06 Jan 2013 15:58:52 -0600 [thread overview]
Message-ID: <E1TryF2-0000M2-S1@jdl.com> (raw)
In-Reply-To: <20121113183430.472a0d989815fbd73ee9b437-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
> libfdt/fdt.c:104:28: warning: incorrect type in argument 1 (different base types)
> libfdt/fdt.c:104:28: expected restricted fdt32_t [usertype] x
> libfdt/fdt.c:104:28: got unsigned int const [unsigned] [usertype] <noident>
> libfdt/fdt.c:124:40: warning: incorrect type in argument 1 (different base types)
> libfdt/fdt.c:124:40: expected restricted fdt32_t [usertype] x
> libfdt/fdt.c:124:40: got unsigned int const [unsigned] [usertype] <noident>
> libfdt/fdt_ro.c:337:29: warning: incorrect type in argument 1 (different base types)
> libfdt/fdt_ro.c:337:29: expected restricted fdt32_t [usertype] x
> libfdt/fdt_ro.c:337:29: got unsigned int const [unsigned] [usertype] <noident>
> libfdt/fdt_rw.c:370:17: warning: incorrect type in assignment (different base types)
> libfdt/fdt_rw.c:370:17: expected unsigned int [unsigned] [usertype] <noident>
> libfdt/fdt_rw.c:370:17: got restricted fdt32_t
> libfdt/fdt_sw.c:164:13: warning: incorrect type in assignment (different base types)
> libfdt/fdt_sw.c:164:13: expected unsigned int [unsigned] [usertype] <noident>
> libfdt/fdt_sw.c:164:13: got restricted fdt32_t
> libfdt/fdt_sw.c:227:14: warning: incorrect type in assignment (different base types)
> libfdt/fdt_sw.c:227:14: expected unsigned int [unsigned] [usertype] <noident>
> libfdt/fdt_sw.c:227:14: got restricted fdt32_t
> libfdt/fdt_wip.c:80:20: warning: incorrect type in assignment (different base types)
> libfdt/fdt_wip.c:80:20: expected unsigned int [unsigned] [usertype] <noident>
> libfdt/fdt_wip.c:80:20: got restricted fdt32_t
> libfdt/libfdt.h:1001:13: warning: incorrect type in assignment (different base types)
> libfdt/libfdt.h:1001:13: expected unsigned long [unsigned] [usertype] val
> libfdt/libfdt.h:1001:13: got restricted fdt64_t
> libfdt/libfdt.h:1157:13: warning: incorrect type in assignment (different base types)
> libfdt/libfdt.h:1157:13: expected unsigned int [unsigned] [usertype] val
> libfdt/libfdt.h:1157:13: got restricted fdt32_t
> libfdt/libfdt.h:1192:13: warning: incorrect type in assignment (different base types)
> libfdt/libfdt.h:1192:13: expected unsigned long [unsigned] [usertype] val
> libfdt/libfdt.h:1192:13: got restricted fdt64_t
> libfdt/libfdt.h:1299:13: warning: incorrect type in assignment (different base types)
> libfdt/libfdt.h:1299:13: expected unsigned int [unsigned] [usertype] val
> libfdt/libfdt.h:1299:13: got restricted fdt32_t
> libfdt/libfdt.h:1334:13: warning: incorrect type in assignment (different base types)
> libfdt/libfdt.h:1334:13: expected unsigned long [unsigned] [usertype] val
> libfdt/libfdt.h:1334:13: got restricted fdt64_t
> libfdt/libfdt.h:885:13: warning: incorrect type in assignment (different base types)
> libfdt/libfdt.h:885:13: expected unsigned int [unsigned] [usertype] val
> libfdt/libfdt.h:885:13: got restricted fdt32_t
> libfdt/libfdt.h:920:13: warning: incorrect type in assignment (different base types)
> libfdt/libfdt.h:920:13: expected unsigned long [unsigned] [usertype] val
> libfdt/libfdt.h:920:13: got restricted fdt64_t
> libfdt/libfdt.h:996:13: warning: incorrect type in assignment (different base types)
> libfdt/libfdt.h:996:13: expected unsigned int [unsigned] [usertype] val
> libfdt/libfdt.h:996:13: got restricted fdt32_t
>
> Signed-off-by: Kim Phillips <kim.phillips-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
Applied.
Thanks,
jdl
prev parent reply other threads:[~2013-01-06 21:58 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-14 0:34 [PATCH 4/4] dtc/libfdt: sparse fixes Kim Phillips
[not found] ` <20121113183430.472a0d989815fbd73ee9b437-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2012-11-14 10:23 ` David Gibson
[not found] ` <20121114102303.GF32290-W9XWwYn+TF0XU02nzanrWNbf9cGiqdzd@public.gmane.org>
2012-11-15 0:46 ` Kim Phillips
[not found] ` <20121114184630.64242a970b40c2b3b55f54a2-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2012-11-15 3:53 ` David Gibson
2013-01-06 21:58 ` Jon Loeliger [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=E1TryF2-0000M2-S1@jdl.com \
--to=jdl-cyomk+44s/e@public.gmane.org \
--cc=devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org \
--cc=kim.phillips-KZfg59tc24xl57MIdRCFDg@public.gmane.org \
/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.