>> struct fb_super_cmap { >> struct fb_cmap cmap; >> __u16 red[255]; >> __u16 blue[255]; >> __u16 green[255]; >> __u16 transp[255]; > ^^^ >I assume you meant 256?
Even if it really was 255, it should probably be made 256 to have things aligned <-- if that matters. Jan Engelhardt -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/