]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: Declare physical address as phys_addr_t unsigned type
authorMichal Simek <michal.simek@xilinx.com>
Wed, 14 Jan 2015 15:00:39 +0000 (16:00 +0100)
committerTom Rini <trini@ti.com>
Wed, 14 Jan 2015 16:37:39 +0000 (11:37 -0500)
commit16ae7827226ce8b255245d1932e8069f00997a26
tree9b57eaf129e341b52ed02c9de834fb1de92af39b
parentf1075aedd212e22ef17a05ba74b14ab2473a5b88
net: Declare physical address as phys_addr_t unsigned type

Use phys_addr_t instead of int for addresses.
Addresses can't be < 0.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
include/net.h