summaryrefslogtreecommitdiffstats
path: root/filter-modules.sh.rhel
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2021-05-03 10:42:25 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2021-05-03 10:42:25 -0500
commite761dac5f9553b69f191fd18e15daedce2a14c98 (patch)
treec3f485742104ec7681d8653687a9c3fedd92018c /filter-modules.sh.rhel
parent5d0d02f1e448387d47b9d039573c46139ab2c48c (diff)
downloadkernel-e761dac5f9553b69f191fd18e15daedce2a14c98.tar.gz
kernel-e761dac5f9553b69f191fd18e15daedce2a14c98.tar.xz
kernel-e761dac5f9553b69f191fd18e15daedce2a14c98.zip
kernel-5.12.1-300
* Mon May 03 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.12.1-300] - nitro_enclaves: Fix stale file descriptors on failed usercopy (Mathias Krause) - Revert "add pci_hw_vendor_status()" (Justin M. Forbes) - fedora: arm: build in Tegra194 PCIe/PHY drivers (Peter Robinson) - PCI: Add MCFG quirks for Tegra194 host controllers (Peter Robinson) - fedora: arm: enaable SUN50I_IOMMU on aarch64 (Peter Robinson) - arm64: dts: rockchip: disable USB type-c DisplayPort (Jian-Hong Pan) 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