Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309361
b: refs/heads/master
c: cff91b6
h: refs/heads/master
i:
  309359: b30e1e1
v: v3
  • Loading branch information
Ville Syrjälä authored and Dave Airlie committed May 29, 2012
1 parent 49c628f commit 537ab89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1f73cca799d29df80de3e8f1f1c488485467577a
refs/heads/master: cff91b625f2cd607ddb7a82b453f7c67906b70db
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/drm_crtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2116,7 +2116,7 @@ int drm_mode_addfb(struct drm_device *dev,
return ret;
}

static int format_check(struct drm_mode_fb_cmd2 *r)
static int format_check(const struct drm_mode_fb_cmd2 *r)
{
uint32_t format = r->pixel_format & ~DRM_FORMAT_BIG_ENDIAN;

Expand Down Expand Up @@ -2185,7 +2185,7 @@ static int format_check(struct drm_mode_fb_cmd2 *r)
}
}

static int framebuffer_check(struct drm_mode_fb_cmd2 *r)
static int framebuffer_check(const struct drm_mode_fb_cmd2 *r)
{
int ret, hsub, vsub, num_planes, i;

Expand Down

0 comments on commit 537ab89

Please sign in to comment.