| 550 | } |
| 551 | |
| 552 | static const void *of_get_mac_addr(const struct device_node *np, |
| 553 | const char *name) |
| 554 | { |
| 555 | return of_get_property(np, name, NULL); |
| 556 | } |
| 557 | |
| 558 | /** |
| 559 | * Search the device tree for the best MAC address to use. 'mac-address' is |
no test coverage detected