]> Pileus Git - ~andy/linux/commit
[AGPGART] Drop duplicate setting of info->mode in agp_copy_info()
authorDave Jones <davej@redhat.com>
Fri, 12 Aug 2005 03:28:56 +0000 (20:28 -0700)
committerDave Jones <davej@redhat.com>
Fri, 12 Aug 2005 03:28:56 +0000 (20:28 -0700)
commit46acac3b4fd8ef66eec63b51de8d556a17c7d4f7
treea4863a53d5964f8cf2d013c24294682c9bada198
parent66bb8bf8b235ba4d37fda14375827864977c6a3e
[AGPGART] Drop duplicate setting of info->mode in agp_copy_info()

Spotted by Jeremy Fitzhardinge, this change crept in with the multiple
backend support.  It's clearly incorrect to overwrite info->mode after
we just went to lengths to determine which bits to mask out.

Signed-off-by: Dave Jones <davej@redhat.com>
drivers/char/agp/generic.c