summaryrefslogtreecommitdiffstats
path: root/filter-modules.sh.rhel
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2021-05-19 12:37:37 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2021-05-19 12:37:37 -0500
commit17639df044f5f81bbf267f566426eae4a5187875 (patch)
tree96531ddc1ddbd1493c57e9d342fe6316717f1c5e /filter-modules.sh.rhel
parent8b43a43382cabcf6d64266565ccc052c6e5d58a6 (diff)
downloadkernel-17639df044f5f81bbf267f566426eae4a5187875.tar.gz
kernel-17639df044f5f81bbf267f566426eae4a5187875.tar.xz
kernel-17639df044f5f81bbf267f566426eae4a5187875.zip
kernel-5.12.5-0
* Wed May 19 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.12.5-0] - drm/rockchip: remove existing generic drivers to take over the device (Javier Martinez Canillas) - fedora: enable zonefs (Damien Le Moal) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'filter-modules.sh.rhel')
-rwxr-xr-xfilter-modules.sh.rhel2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter-modules.sh.rhel b/filter-modules.sh.rhel
index 726a6d92c..63e501d67 100755
--- a/filter-modules.sh.rhel
+++ b/filter-modules.sh.rhel
@@ -91,7 +91,7 @@ done
# Filter the char drivers
for char in ${chardrvs}
do
- filter_dir $1 drivers/char/${input}
+ filter_dir $1 drivers/char/${char}
done
# Filter the ethernet drivers