diff options
author | kientzle <kientzle@FreeBSD.org> | 2013-04-07 05:53:42 +0000 |
---|---|---|
committer | kientzle <kientzle@FreeBSD.org> | 2013-04-07 05:53:42 +0000 |
commit | a04522357c5561bcc85d1f6c366e413807aa4d77 (patch) | |
tree | adddd0627e58c74a326f280b3cd990a84b7d46f1 /sys/dev/usb/controller/at91dci_atmelarm.c | |
parent | 1fd889a6f3998cbaf12fdf4c18fdc323faa8c406 (diff) | |
download | FreeBSD-src-a04522357c5561bcc85d1f6c366e413807aa4d77.zip FreeBSD-src-a04522357c5561bcc85d1f6c366e413807aa4d77.tar.gz |
The CELL fields can be various integer types depending on the platform
(ARM uses 'int' and 'unsigned'; i386 uses 'long' and 'unsigned long'),
so we need explicit casts to long and unsigned long here to ensure
that the result matches the printf %ld and %lx specifiers.
Diffstat (limited to 'sys/dev/usb/controller/at91dci_atmelarm.c')
0 files changed, 0 insertions, 0 deletions