staging: sm750fb: Remove unused return variable in program_mode_registers()
authorDorcas AnonoLitunya <anonolitunya@gmail.com>
Thu, 19 Oct 2023 10:13:37 +0000 (13:13 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 21 Oct 2023 10:01:01 +0000 (12:01 +0200)
commit3cad0b9d0bdd3092f0b1b620e2375d8cc94c82f6
tree20cabcedb39077083a1b3fdca0178b2318705cf9
parent45e173c0372a7bdd0eb543076e3b4c79fab38555
staging: sm750fb: Remove unused return variable in program_mode_registers()

Drops variable ret as it is unused in the code. This therefore modifies
the return type of program_mode_registers() to void from int since the
return value is being ignored in all function calls. This improves code
readability and maintainability.

Suggested-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Dorcas AnonoLitunya <anonolitunya@gmail.com>
Link: https://lore.kernel.org/r/20231019101348.22076-3-anonolitunya@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/ddk750_mode.c