summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/radeon/rv770.c
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2015-04-18 14:47:36 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2015-04-18 14:47:36 +0000
commit59652e050a8311d8419f5727c476f3f1fdb9a293 (patch)
tree9ae10db6b9be66b4edd2292e22f09e59ce5910fe /sys/dev/pci/drm/radeon/rv770.c
parenta079d4ed8d476dd07406f782104f8a3d4bd7c37d (diff)
another round of reducing the diff to linux
Diffstat (limited to 'sys/dev/pci/drm/radeon/rv770.c')
-rw-r--r--sys/dev/pci/drm/radeon/rv770.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/drm/radeon/rv770.c b/sys/dev/pci/drm/radeon/rv770.c
index d7ce0e6078c..5af24a28e57 100644
--- a/sys/dev/pci/drm/radeon/rv770.c
+++ b/sys/dev/pci/drm/radeon/rv770.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rv770.c,v 1.6 2015/04/06 14:10:59 jsg Exp $ */
+/* $OpenBSD: rv770.c,v 1.7 2015/04/18 14:47:35 jsg Exp $ */
/*
* Copyright 2008 Advanced Micro Devices, Inc.
* Copyright 2008 Red Hat Inc.
@@ -1229,7 +1229,7 @@ static void rv770_pcie_gen2_enable(struct radeon_device *rdev)
/* x2 cards have a special sequence */
if (ASIC_IS_X2(rdev))
return;
-
+
ret = drm_pcie_get_speed_cap_mask(rdev->ddev, &mask);
if (ret != 0)
return;