diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-07-29 19:24:47 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-07-29 19:24:47 +0200 |
commit | 3062736f3cf323e3b0f95c4c97fdcf57ab768590 (patch) | |
tree | 1446ff3e21f37eea6dd3e53d182efaa9af205bcd /ubus.c | |
parent | 8c7ee052813ae68490b230c657a4a36700654ce5 (diff) |
s/set_device_present/device_set_present/
Diffstat (limited to 'ubus.c')
-rw-r--r-- | ubus.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ static int netifd_handle_device(struct ubus_context *ctx, struct ubus_object *ob return UBUS_STATUS_NOT_FOUND; if (!add || (tb[DEV_FORCE] && blobmsg_get_u8(tb[DEV_FORCE]))) - set_device_present(dev, add); + device_set_present(dev, add); else check_device_state(dev); |