Commit 2afc5a27 authored by Muhammad Herdiansyah's avatar Muhammad Herdiansyah

GPU [AMD]: Remove an unnecessary pattern check

parent 71df4ffd
......@@ -2059,7 +2059,6 @@ get_gpu() {
gpu="${gpu/\[AMD\] }"
gpu="${gpu/OEM }"
gpu="${gpu/Advanced Micro Devices, Inc.}"
gpu="${gpu/ \/ *}"
gpu="${gpu/*\[}"
gpu="${gpu/\]*}"
gpu="$brand $gpu"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment