drivers/base/dd.c : Remove the initial value of the global variable
authorlizhe <sensor1010@163.com>
Wed, 9 Mar 2022 13:54:18 +0000 (05:54 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Mar 2022 13:31:31 +0000 (14:31 +0100)
commit901581389eade09af969c1a4183e17ec663131d0
tree4153def7b1fedcc02fd36ef6e81ddd3190507f7a
parent555d44932c67e617d89bc13c81c7efac5b51fcfa
drivers/base/dd.c : Remove the initial value of the global variable

The global variable driver_deferred_probe_enable has a default value of
false and does not need to be initialized to false.

Signed-off-by: lizhe <sensor1010@163.com>
Link: https://lore.kernel.org/r/20220309135418.31101-1-sensor1010@163.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/dd.c