Hi Loic, > > + /* The local-bd-address property is usually injected by the > > + * bootloader which has access to the allocated BD address. > > + */ > > + if (!of_property_read_u8_array(pdev->dev.of_node, "local-bd-address", > > + (u8 *)&btq->bdaddr, sizeof(bdaddr_t))) { > > + BT_INFO("BD address %pMR retrieved from device-tree", > > + &btq->bdaddr); > > + } > > any reason you are not using bt_dev_info here? I think it would be important to print the device information prefix. > > Yes, hdev does not have any allocated name/number before being registered. > I can move this after hci_register_dev if you prefer. if that is possible, then that would be good. Regards Marcel -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html