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
Makefile -rw-r--r-- 244 bytes
callchain.c -rw-r--r-- 5.7 KB
core.c -rw-r--r-- 320.5 KB
hw_breakpoint.c -rw-r--r-- 16.4 KB
internal.h -rw-r--r-- 5.8 KB
ring_buffer.c -rw-r--r-- 23.0 KB
uprobes.c -rw-r--r-- 57.1 KB

back to top