summaryrefslogtreecommitdiff
path: root/scripts/list-workarounds
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/list-workarounds')
-rwxr-xr-xscripts/list-workarounds2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/list-workarounds b/scripts/list-workarounds
index 687e0e17..3514aed1 100755
--- a/scripts/list-workarounds
+++ b/scripts/list-workarounds
@@ -91,7 +91,7 @@ if __name__ == '__main__':
% kernel_path)
sys.exit(1)
- i915_dir = os.path.join(kernel_path, 'drivers', 'gpu', 'drm', 'i915')
+ i915_dir = os.path.join('drivers', 'gpu', 'drm', 'i915')
olddir = os.getcwd()
os.chdir(kernel_path)
work_arounds, err = execute(['git', 'grep', '-n',