ieee802154: add missing ULL definition
authorAlexander Aring <alex.aring@gmail.com>
Sun, 2 Nov 2014 20:43:01 +0000 (21:43 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 2 Nov 2014 20:52:02 +0000 (21:52 +0100)
commita4164eb4dd3f4f2a22f8bf7b26394e8384f3d9a2
tree56a6fb49348ab0064c366fd9b46f4dc4d98491ab
parent882809fb724c46b8ebc4de0944e94914ceb94e1c
ieee802154: add missing ULL definition

Running make C=2 occurs warning:

constant 0xffffffffffffffff is so big it is unsigned long

This patch fix this warning by adding a ULL to the constant definitions.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Reported-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/linux/ieee802154.h
This page took 0.027735 seconds and 5 git commands to generate.