Revision c69b2f46876825c726bd8a97c7fa852d8932bc32 authored by Zheyu Ma on 18 October 2021, 14:32:57 UTC, committed by David S. Miller on 19 October 2021, 12:09:57 UTC
During the process of driver probing, the probe function should return < 0
for failure, otherwise, the kernel will treat value > 0 as success.

Signed-off-by: Zheyu Ma <zheyuma97@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent e211210
History
File Mode Size
Kconfig -rw-r--r-- 6.3 KB
Makefile -rw-r--r-- 456 bytes
coherent.c -rw-r--r-- 10.8 KB
contiguous.c -rw-r--r-- 12.6 KB
debug.c -rw-r--r-- 41.1 KB
debug.h -rw-r--r-- 3.4 KB
direct.c -rw-r--r-- 16.5 KB
direct.h -rw-r--r-- 3.9 KB
dummy.c -rw-r--r-- 946 bytes
map_benchmark.c -rw-r--r-- 9.5 KB
mapping.c -rw-r--r-- 23.3 KB
ops_helpers.c -rw-r--r-- 2.5 KB
pool.c -rw-r--r-- 7.5 KB
remap.c -rw-r--r-- 1.6 KB
swiotlb.c -rw-r--r-- 22.9 KB

back to top