diff options
author | Arnd Bergmann <arnd@arndb.de> | 2017-09-12 13:16:24 +0300 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2017-10-06 21:35:47 +0300 |
commit | 753f5d91d35b4d709505b73e640e64448857be37 (patch) | |
tree | 4af2468eb16057dbe648473760a7c90f4c97eae3 /drivers/bluetooth | |
parent | 766154b7d47b092605171df8930b864efc8ef5c8 (diff) | |
download | linux-753f5d91d35b4d709505b73e640e64448857be37.tar.xz |
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>
Diffstat (limited to 'drivers/bluetooth')
0 files changed, 0 insertions, 0 deletions