mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-19 17:14:40 +08:00
drm/i915: Fix a typo in a intel_modeset_stage_output_state() comment
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
002d71f262
commit
9abdda74ac
@ -7898,7 +7898,7 @@ intel_modeset_stage_output_state(struct drm_device *dev,
|
||||
struct intel_encoder *encoder;
|
||||
int count, ro;
|
||||
|
||||
/* The upper layers ensure that we either disabl a crtc or have a list
|
||||
/* The upper layers ensure that we either disable a crtc or have a list
|
||||
* of connectors. For paranoia, double-check this. */
|
||||
WARN_ON(!set->fb && (set->num_connectors != 0));
|
||||
WARN_ON(set->fb && (set->num_connectors == 0));
|
||||
|
Loading…
Reference in New Issue
Block a user