|
@@ -381,7 +381,7 @@ static void __init offb_init_fb(const char *name, const char *full_name,
|
|
|
int pitch, unsigned long address,
|
|
|
int foreign_endian, struct device_node *dp)
|
|
|
{
|
|
|
- unsigned long res_size = pitch * height * (depth + 7) / 8;
|
|
|
+ unsigned long res_size = pitch * height;
|
|
|
struct offb_par *par = &default_par;
|
|
|
unsigned long res_start = address;
|
|
|
struct fb_fix_screeninfo *fix;
|