netdev: Change netdev_get_etheraddr() to return an error code.
authorBen Pfaff <blp@nicira.com>
Tue, 28 Jul 2009 20:31:49 +0000 (13:31 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 30 Jul 2009 23:07:13 +0000 (16:07 -0700)
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_etheraddr() to return an error code and updates all of its
callers.

(Currently netdev_get_etheraddr() won't ever return an error, but other
future implementations might.)


No differences found