]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ieee802154: fix gcc-4.9 warnings
authorArnd Bergmann <arnd@arndb.de>
Tue, 12 Sep 2017 10:16:24 +0000 (12:16 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 6 Oct 2017 18:35:47 +0000 (20:35 +0200)
commit753f5d91d35b4d709505b73e640e64448857be37
tree4af2468eb16057dbe648473760a7c90f4c97eae3
parent766154b7d47b092605171df8930b864efc8ef5c8
ieee802154: fix gcc-4.9 warnings

All older compiler versions up to gcc-4.9 produce these
harmless warnings:

drivers/net/ieee802154/ca8210.c: In function 'ca8210_skb_tx':
drivers/net/ieee802154/ca8210.c:1947:9: warning: missing braces around initializer [-Wmissing-braces]

This changes the syntax to something that works on all versions
without warnings.

Fixes: ded845a781a5 ("ieee802154: Add CA8210 IEEE 802.15.4 device driver")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Stefan Schmidt <stefan@osg.samsung.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/net/ieee802154/ca8210.c