Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37273
b: refs/heads/master
c: 3c6c65f
h: refs/heads/master
i:
  37271: a31cd7b
v: v3
  • Loading branch information
Stefan Richter authored and Ben Collins committed Jul 3, 2006
1 parent 4870abf commit e79b2aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cab8d154e2ed43fe1495aa0e18103e747552891b
refs/heads/master: 3c6c65f5ed5a6d307bd607aecd06d658c0934d88
4 changes: 2 additions & 2 deletions trunk/drivers/ieee1394/hosts.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
{
Expand Down

0 comments on commit e79b2aa

Please sign in to comment.