bus: ti-sysc: Fix variable set but not used warning for reinit_modules
authorTony Lindgren <tony@atomide.com>
Wed, 6 Oct 2021 05:38:09 +0000 (08:38 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Dec 2021 08:32:51 +0000 (09:32 +0100)
commita272f990cb266c7c31e5a687bd6838aed68322b6
tree703cab69780a1393cbd0e15bc68f66a3454bebde
parent11053a021937aa403c883d3e8ef78d8c5308f583
bus: ti-sysc: Fix variable set but not used warning for reinit_modules

commit 1b1da99b845337362a3dafe0f7b49927ab4ae041 upstream.

Fix drivers/bus/ti-sysc.c:2494:13: error: variable 'error' set but not
used introduced by commit 9d881361206e ("bus: ti-sysc: Add quirk handling
for reinit on context lost").

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/bus/ti-sysc.c