Loading drivers/ieee1394/hosts.c +2 −2 Original line number Diff line number Diff line Loading @@ -90,6 +90,8 @@ static int alloc_hostnum_cb(struct hpsb_host *host, void *__data) return 0; } static DEFINE_MUTEX(host_num_alloc); /** * hpsb_alloc_host - allocate a new host controller. * @drv: the driver that will manage the host controller Loading @@ -105,8 +107,6 @@ static int alloc_hostnum_cb(struct hpsb_host *host, void *__data) * Return Value: a pointer to the &hpsb_host if successful, %NULL if * no memory was available. */ static DEFINE_MUTEX(host_num_alloc); struct hpsb_host *hpsb_alloc_host(struct hpsb_host_driver *drv, size_t extra, struct device *dev) { Loading Loading
drivers/ieee1394/hosts.c +2 −2 Original line number Diff line number Diff line Loading @@ -90,6 +90,8 @@ static int alloc_hostnum_cb(struct hpsb_host *host, void *__data) return 0; } static DEFINE_MUTEX(host_num_alloc); /** * hpsb_alloc_host - allocate a new host controller. * @drv: the driver that will manage the host controller Loading @@ -105,8 +107,6 @@ static int alloc_hostnum_cb(struct hpsb_host *host, void *__data) * Return Value: a pointer to the &hpsb_host if successful, %NULL if * no memory was available. */ static DEFINE_MUTEX(host_num_alloc); struct hpsb_host *hpsb_alloc_host(struct hpsb_host_driver *drv, size_t extra, struct device *dev) { Loading