On Wed, Jun 03, 2015 at 01:50:37PM +0900, chaehyun lim wrote: > -static WILC_Sint8 *gps8ConfigPacket; > +static s8 *gps8ConfigPacket; It's so unusual to use s8 that it raises suspiciouns... We eventually cast gps8ConfigPacket to char and use it to store u8 values. TODO: wilc1000: fix ps8packet type. regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html