[PATCH 3/3] drm: do not set fb_info->pixmap fields

2012-02-06 Thread Sascha Hauer
The drm drivers set the fb_info->pixmap fields without setting fb_info->pixmap.addr. If this is not set the fb core will overwrite these all fb_info->pixmap fields anyway, so there is not much point in setting them in the first place. Signed-off-by: Sascha Hauer ---

[PATCH 3/3] drm: do not set fb_info-pixmap fields

2012-02-06 Thread Sascha Hauer
The drm drivers set the fb_info-pixmap fields without setting fb_info-pixmap.addr. If this is not set the fb core will overwrite these all fb_info-pixmap fields anyway, so there is not much point in setting them in the first place. Signed-off-by: Sascha Hauer s.ha...@pengutronix.de ---