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
Raw File
Kconfig.freezer
# SPDX-License-Identifier: GPL-2.0-only
config FREEZER
	def_bool PM_SLEEP || CGROUP_FREEZER
back to top