commit | 46acac3b4fd8ef66eec63b51de8d556a17c7d4f7 | [log] [tgz] |
---|---|---|
author | Dave Jones <davej@redhat.com> | Thu Aug 11 20:28:56 2005 -0700 |
committer | Dave Jones <davej@redhat.com> | Thu Aug 11 20:28:56 2005 -0700 |
tree | a4863a53d5964f8cf2d013c24294682c9bada198 | |
parent | 66bb8bf8b235ba4d37fda14375827864977c6a3e [diff] |
[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>