Re: [PATCH v4] driver core: Add timeout for device shutdown

From: Greg KH
Date: Mon Jun 10 2024 - 02:29:12 EST


On Mon, Jun 10, 2024 at 05:58:44AM +0000, Soumya Khasnis wrote:
> +config DEVICE_SHUTDOWN_TIMEOUT
> + bool "device shutdown timeout"
> + default n

n is the default, no need to ever set it like that.

thanks,

greg k-h