From e5bcc1ca7fa284043becd43129b68c9987c74983 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 19 May 2021 12:43:49 -0500 Subject: kernel-5.12.5-0 * Wed May 19 2021 Justin M. Forbes [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 --- filter-modules.sh.rhel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter-modules.sh.rhel') 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 -- cgit