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-- 654 bytes
Makefile -rw-r--r-- 143 bytes
core.c -rw-r--r-- 30.4 KB
core.h -rw-r--r-- 1.5 KB
patch.c -rw-r--r-- 6.7 KB
patch.h -rw-r--r-- 1.1 KB
shadow.c -rw-r--r-- 8.7 KB
state.c -rw-r--r-- 3.1 KB
state.h -rw-r--r-- 212 bytes
transition.c -rw-r--r-- 17.4 KB
transition.h -rw-r--r-- 457 bytes

back to top