Skip to content

Commit aa2dd31

Browse files
committed
Fix arguments of tegra get_dev_path
1 parent e2e604d commit aa2dd31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel_tuner/observers/tegra.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def __init__(self):
2121
self.default_railgate_status = self._read_railgate_file()
2222

2323
@staticmethod
24-
def get_dev_path(device_id):
24+
def get_dev_path():
2525
"""Get the path to device core clock control in /sys"""
2626
root_path = Path("/sys/devices/gpu.0")
2727
gpu_id = root_path.readlink()

0 commit comments

Comments
 (0)