Re: [PATCH] add NULL short circuit to fb_dealloc_cmap()
From: Jan Engelhardt <hidden>
Date: 2005-07-17 21:35:49
Also in:
lkml
From: Jan Engelhardt <hidden>
Date: 2005-07-17 21:35:49
Also in:
lkml
quoted
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 --