mirror of
https://github.com/torvalds/linux.git
synced 2024-12-05 02:23:16 +00:00
Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
* 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6: i915: Fix a DRM_ERROR that should be DRM_DEBUG.
This commit is contained in:
commit
5b94d54180
@ -500,7 +500,7 @@ int i915_vblank_swap(DRM_IOCTL_ARGS)
|
|||||||
|
|
||||||
if (!drm_get_drawable_info(dev, swap.drawable)) {
|
if (!drm_get_drawable_info(dev, swap.drawable)) {
|
||||||
spin_unlock_irqrestore(&dev->drw_lock, irqflags);
|
spin_unlock_irqrestore(&dev->drw_lock, irqflags);
|
||||||
DRM_ERROR("Invalid drawable ID %d\n", swap.drawable);
|
DRM_DEBUG("Invalid drawable ID %d\n", swap.drawable);
|
||||||
return DRM_ERR(EINVAL);
|
return DRM_ERR(EINVAL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user