staging: ks7010: Fix the initialization of the 'sleep_status' structure
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Wed, 21 Jul 2021 08:45:11 +0000 (10:45 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Sep 2021 09:43:06 +0000 (11:43 +0200)
commitd60018079e968889c1e29dd30b9584a5e6f2b16a
tree84bc97a047c1a98a08b3a7eab15dc2bb2032ac4a
parent8e8d554b7a2433f5acabe8fb53b088e35e906505
staging: ks7010: Fix the initialization of the 'sleep_status' structure

[ Upstream commit 56315e55119c0ea57e142b6efb7c31208628ad86 ]

'sleep_status' has 3 atomic_t members. Initialize the 3 of them instead of
initializing only 2 of them and setting 0 twice to the same variable.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/d2e52a33a9beab41879551d0ae2fdfc99970adab.1626856991.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/staging/ks7010/ks7010_sdio.c