Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88462
b: refs/heads/master
c: 6ef6aee
h: refs/heads/master
v: v3
  • Loading branch information
Arthur Jones authored and Roland Dreier committed Apr 17, 2008
1 parent 901a5d2 commit 35b28c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: b3d636b0d1b2eb870a55ae196b8f3838e1399554
refs/heads/master: 6ef6aee2f0ff111a2439b02b9d788097ca82f9d1
4 changes: 2 additions & 2 deletions trunk/drivers/infiniband/hw/ipath/ipath_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,12 +234,12 @@ struct ipath_devdata *ipath_lookup(int unit)
return dd;
}

int ipath_count_units(int *npresentp, int *nupp, u32 *maxportsp)
int ipath_count_units(int *npresentp, int *nupp, int *maxportsp)
{
int nunits, npresent, nup;
struct ipath_devdata *dd;
unsigned long flags;
u32 maxports;
int maxports;

nunits = npresent = nup = maxports = 0;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/hw/ipath/ipath_kernel.h
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ extern struct ipath_devdata *ipath_lookup(int unit);
int ipath_init_chip(struct ipath_devdata *, int);
int ipath_enable_wc(struct ipath_devdata *dd);
void ipath_disable_wc(struct ipath_devdata *dd);
int ipath_count_units(int *npresentp, int *nupp, u32 *maxportsp);
int ipath_count_units(int *npresentp, int *nupp, int *maxportsp);
void ipath_shutdown_device(struct ipath_devdata *);
void ipath_clear_freeze(struct ipath_devdata *);

Expand Down

0 comments on commit 35b28c6

Please sign in to comment.