netdev: Change netdev_get_mtu() to return an error code.
authorBen Pfaff <blp@nicira.com>
Tue, 28 Jul 2009 20:43:35 +0000 (13:43 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 30 Jul 2009 23:07:13 +0000 (16:07 -0700)
commit3d222126b4f4620dfacf41c61860772da8626e03
treec5fa9d5aa7cac40fa85238a7ac0e74663bbc6e68
parent80992a35775490f05da0740f285a5a9c7acb632a
netdev: Change netdev_get_mtu() to return an error code.

To make the netdev code more portable, it needs to support returning error
codes from functions that don't have them.  This commit changes
netdev_get_mtu() to return an error code and updates its caller.

(Currently netdev_get_mtu() won't ever return an error, but other future
implementations might.)
CodingStyle
lib/dhcp-client.c
lib/dpif-netdev.c
lib/netdev.c
lib/netdev.h