openwrt/target/linux/realtek/files-5.4/drivers/gpio
Rafał Mikrut 374fea6be1 realtek: Fix self assignment
Cppcheck shows self initialization error, which is an obvious bug.

Basing on logic of similar fragment below I assigned to this variable,
value `RTL838X_LED_GLB_CTRL` which I think is proper.

Signed-off-by: Rafał Mikrut <mikrutrafal@protonmail.com>
Signed-off-by: maurerr <mariusd84@gmail.com>
2021-09-01 08:07:21 +00:00
..
gpio-rtl838x.c realtek: Fix self assignment 2021-09-01 08:07:21 +00:00
gpio-rtl8231.c