Commit 69d9ab96 authored by Dmitry Eremin-Solenikov's avatar Dmitry Eremin-Solenikov
Browse files

wpan-phy: add a helper to put the wpan_phy device

parent 6a2a2d6b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -56,6 +56,12 @@ static inline void *wpan_phy_priv(struct wpan_phy *phy)
}

struct wpan_phy *wpan_phy_find(const char *str);

static inline void wpan_phy_put(struct wpan_phy *phy)
{
	put_device(&phy->dev);
}

static inline const char *wpan_phy_name(struct wpan_phy *phy)
{
	return dev_name(&phy->dev);