]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Fix typo from "Enable DisplayPort Audio"
authorTakashi Iwai <tiwai@suse.de>
Tue, 26 Oct 2010 16:14:36 +0000 (17:14 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 27 Oct 2010 07:53:28 +0000 (08:53 +0100)
commit3e5fe9f8a5854b4171df5b7a5522973006b8ab09
treec85bb5c756a36156da7e51683fe6248cfee3ea15
parent227b5623365884d6675c56b7a749431c1c22174b
drm/i915: Fix typo from "Enable DisplayPort Audio"

Hi,

while I looked through your changes in drm-intel git tree (as I've got
a pressure for supporting DisplayPort audio), I stumbled on the
possible bug in the commit cce6cc09083a301810b4540da53acc2bd246bfb1

Author: Zhenyu Wang <zhenyuw@linux.intel.com>
Date:   Sun Sep 19 13:09:06 2010 +0800
drm/i915: Enable DisplayPort audio

In this commit, you changed the return value of g4x_dp_detect()
to "bit", but it should be "status", I suppose.

[ickle: mea culpa.]
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=31094
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/intel_dp.c