GPU [AMD]: Remove an unnecessary pattern check

This commit is contained in:
Muhammad Herdiansyah 2018-07-24 12:26:18 +07:00
parent 71df4ffd3b
commit 2afc5a27af

View file

@ -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"