]> asedeno.scripts.mit.edu Git - linux.git/commit
bus: ti-sysc: Change return types of functions
authorNishka Dasgupta <nishkadg.linux@gmail.com>
Thu, 15 Aug 2019 05:46:47 +0000 (11:16 +0530)
committerTony Lindgren <tony@atomide.com>
Mon, 26 Aug 2019 15:33:23 +0000 (08:33 -0700)
commitc6e78d701966b94370fc114209c87c9345993af0
tree2c4318c9653c6327b62badbcb842a26e2f0952b2
parentc8a738f4cfaeccce40b171aca6da5fc45433ce60
bus: ti-sysc: Change return types of functions

Change return type of functions sysc_check_one_child() and
sysc_check_children() from int to void as neither ever returns an error.
Modify call sites of both functions accordingly.

Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com>
Acked-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/bus/ti-sysc.c