summaryrefslogtreecommitdiffstats
path: root/filter-modules.sh.rhel
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2021-05-19 12:43:49 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2021-05-19 12:43:49 -0500
commite5bcc1ca7fa284043becd43129b68c9987c74983 (patch)
treeb5538db3fac6aa2d889846af75cd956c123ac4bc /filter-modules.sh.rhel
parent8cb19dcb954441c3576710d27c8e6af3d0354046 (diff)
downloadkernel-e5bcc1ca7fa284043becd43129b68c9987c74983.tar.gz
kernel-e5bcc1ca7fa284043becd43129b68c9987c74983.tar.xz
kernel-e5bcc1ca7fa284043becd43129b68c9987c74983.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