
8 Apr
2010
8 Apr
'10
5:50 p.m.
On Apr 8, 2010, at 5:11 AM, Wolfgang Denk wrote:
Dear "Liu Dave-R63238",
In message D7CCA83BB0796C49BC0BB53B6AB12089A9C4E3@zch01exm21.fsl.freescale.net you wrote:
'ad' should be cast to a u32, not an "unsigned int". You shouldn't compare a sized type with an unsized type.
...
The u32 is same as "unsigned int".
Maybe, maybe not. If you want to be safe, then compare u32 with u32 only.
Good point, I wasn't look at what the src info was. We should probably fix the struct diu_ad, diu to use 'u32' etc.
- k