> -----Original Message----- > From: linux-omap-owner@xxxxxxxxxxxxxxx [mailto:linux-omap- > owner@xxxxxxxxxxxxxxx] On Behalf Of Hebbar, Shivananda > Sent: Thursday, February 18, 2010 9:24 PM > To: linux-omap > Subject: Patch[0/2]:DSPBRIDGE: Excessive u32 Cleanup > > These patches remove excessive u32 type and replaces it with the Normal C > types. What is the motivation of this change? > > Shivananda Hebbar (2) > > DSPBRIDGE: Excessive u32 Cleanup (u32->short int) You are changing the signedness a) u16 might be a better option here. b) it might be enough to use short. > DSPBRIDGE: Excessive u32 Cleanup (u32->int) Why is this needed? u32 is a standard kernel usage and you are changing the signedness of it's usage. [...] Regards, Nishanth Menon -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html