diff options
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_fb.c')
-rw-r--r-- | drivers/gpu/drm/omapdrm/omap_fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/omapdrm/omap_fb.c b/drivers/gpu/drm/omapdrm/omap_fb.c index c6ef457b9fca..bd6b94c38613 100644 --- a/drivers/gpu/drm/omapdrm/omap_fb.c +++ b/drivers/gpu/drm/omapdrm/omap_fb.c | |||
@@ -346,7 +346,7 @@ void omap_framebuffer_describe(struct drm_framebuffer *fb, struct seq_file *m) | |||
346 | int i, n = fb->format->num_planes; | 346 | int i, n = fb->format->num_planes; |
347 | 347 | ||
348 | seq_printf(m, "fb: %dx%d@%4.4s\n", fb->width, fb->height, | 348 | seq_printf(m, "fb: %dx%d@%4.4s\n", fb->width, fb->height, |
349 | (char *)&fb->pixel_format); | 349 | (char *)&fb->format->format); |
350 | 350 | ||
351 | for (i = 0; i < n; i++) { | 351 | for (i = 0; i < n; i++) { |
352 | struct plane *plane = &omap_fb->planes[i]; | 352 | struct plane *plane = &omap_fb->planes[i]; |