Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67087
b: refs/heads/master
c: 65d470b
h: refs/heads/master
i:
  67085: 3b16cd5
  67083: 57e7ac1
  67079: 46a7042
  67071: b1e4fa7
v: v3
  • Loading branch information
Roland Dreier committed Oct 10, 2007
1 parent bfb5f39 commit 311cac0
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: ce423ef50ee1b6b7db63c748034423aa0afce224
refs/heads/master: 65d470b3ea52ee1402499d6fcb4632296452e5b1
4 changes: 2 additions & 2 deletions trunk/drivers/infiniband/core/device.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@ static struct ib_device *__ib_device_get_by_name(const char *name)

static int alloc_name(char *name)
{
long *inuse;
unsigned long *inuse;
char buf[IB_DEVICE_NAME_MAX];
struct ib_device *device;
int i;

inuse = (long *) get_zeroed_page(GFP_KERNEL);
inuse = (unsigned long *) get_zeroed_page(GFP_KERNEL);
if (!inuse)
return -ENOMEM;

Expand Down

0 comments on commit 311cac0

Please sign in to comment.