Skip to content

Commit

Permalink
Feature gpu-drm: Drop prefix from output
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Gladkov <[email protected]>
  • Loading branch information
legionus committed Aug 8, 2021
1 parent 4e389f6 commit cc30e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/gpu-drm/bin/get-modules
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ guess_modalias()
{
# For some modalias, the module may not be found. Until a better
# device filtering is invented, we should ignore the error.
depinfo ${KERNEL:+-k "$KERNEL"} --no-deps --no-firmware "$1" 2>/dev/null ||:
depinfo ${KERNEL:+-k "$KERNEL"} --no-prefix --no-deps --no-firmware "$1" 2>/dev/null ||:
}

in_cards()
Expand Down

0 comments on commit cc30e29

Please sign in to comment.