blobmsg: remove unneeded assignment in blobmsg_alloc_string_buffer().
authorYousong Zhou <yszhou4tech@gmail.com>
Wed, 12 Nov 2014 13:59:19 +0000 (21:59 +0800)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 11 Dec 2014 16:58:29 +0000 (17:58 +0100)
data_dest should already be assigned by blobmsg_new() if the return
value is not NULL.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>

No differences found