mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 10:49:40 +08:00
swconfig: swlib_map_settings(): change return type to void
The return value of the function isn't used anywhere. Fixes missing return value, CID 1329717. Found-by: Coverity Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
This commit is contained in:
parent
e37ad4e5ca
commit
b06c447c5f
@ -59,7 +59,7 @@ static bool swlib_match_name(struct switch_dev *dev, const char *name)
|
|||||||
strcmp(name, dev->alias) == 0);
|
strcmp(name, dev->alias) == 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static void
|
||||||
swlib_map_settings(struct switch_dev *dev, int type, int port_vlan, struct uci_section *s)
|
swlib_map_settings(struct switch_dev *dev, int type, int port_vlan, struct uci_section *s)
|
||||||
{
|
{
|
||||||
struct swlib_setting *setting;
|
struct swlib_setting *setting;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user