commit | da17223e8539a7d4485d3c85677aa83e2fc74896 | [log] [tgz] |
---|---|---|
author | Lucas De Marchi <lucas.demarchi@intel.com> | Thu Apr 04 16:04:26 2019 -0700 |
committer | Lucas De Marchi <lucas.demarchi@intel.com> | Tue Apr 30 02:25:37 2019 -0700 |
tree | 9e1a8dace6bfbb5ee6447bdde686d54a4358f69c | |
parent | 323b0a82efbff1c73fce3c7f2a49b7f850b7f983 [diff] |
drm/i915: do not mix workaround with normal flow Separate the two comments: one is a workaround and the other is a sanity check. We could just compare != 1, but let's treat them differently due to having different meaning. Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190404230426.15837-4-lucas.demarchi@intel.com