mirror of
https://github.com/Dasharo/linux.git
synced 2026-03-06 15:25:10 -08:00
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>