summaryrefslogtreecommitdiff
path: root/net/ieee802154/sysfs.c
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2014-11-02 20:43:03 (GMT)
committerMarcel Holtmann <marcel@holtmann.org>2014-11-02 20:52:02 (GMT)
commitf753f7eeb4178ab8eeaf513a4fdf1c20ddf40474 (patch)
tree97dae5215789bf41c3a862cb05f0efc939ef82f0 /net/ieee802154/sysfs.c
parentc28bee84c5c49312befe1b442e1044ac2392d80d (diff)
downloadlinux-f753f7eeb4178ab8eeaf513a4fdf1c20ddf40474.tar.xz
mac802154: fix byteorder issues
Running make C=2 occurs these warnings: cast from restricted __be64 incorrect type in argument 1 (different base types) expected unsigned long long[unsigned] [usertype] val got restricted __be64 [usertype]<noident> cast from restricted __be64 cast to restricted __le64 This patch fix these warnings by forcing to __le64 type and using swabp64 instead swab64. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Reported-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/ieee802154/sysfs.c')
0 files changed, 0 insertions, 0 deletions