diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2021-05-22 00:08:40 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2021-05-22 00:08:40 +0200 |
commit | 24c0840ef449755c50bc40a643c27c720f7a6135 (patch) | |
tree | c82855524f7bb1b8cd5a3560217792c9abace9a5 /SOURCES/filter-modules.sh.rhel | |
parent | 5402c8774f4fcbd585e987185369c56b8efde274 (diff) | |
download | kernel-fsync-24c0840ef449755c50bc40a643c27c720f7a6135.tar.gz kernel-fsync-24c0840ef449755c50bc40a643c27c720f7a6135.zip |
kernel 5.12.5
Diffstat (limited to 'SOURCES/filter-modules.sh.rhel')
-rwxr-xr-x | SOURCES/filter-modules.sh.rhel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SOURCES/filter-modules.sh.rhel b/SOURCES/filter-modules.sh.rhel index 726a6d9..63e501d 100755 --- a/SOURCES/filter-modules.sh.rhel +++ b/SOURCES/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 |