mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 21:51:40 +00:00
297dc37a1e
With the removal of the ARCH_NR_GPIOS, the number of available GPIOs
is effectively unlimited, causing the gpio-mockup module load failure
test that overflowed the number of GPIOs to unexpectedly succeed, and
so fail.
The test is no longer relevant so remove it.
Promote the "no lines defined" test so there is still one load
failure test in the basic set.
Fixes:
|
||
---|---|---|
.. | ||
.gitignore | ||
config | ||
gpio-chip-info.c | ||
gpio-line-name.c | ||
gpio-mockup-cdev.c | ||
gpio-mockup-sysfs.sh | ||
gpio-mockup.sh | ||
gpio-sim.sh | ||
Makefile |