Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97891
b: refs/heads/master
c: 1282912
h: refs/heads/master
i:
  97889: 7456678
  97887: cdc9290
v: v3
  • Loading branch information
Cornelia Huck authored and Martin Schwidefsky committed Jun 10, 2008
1 parent e9c2e4a commit 23915ad
Show file tree
Hide file tree
Showing 2 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: 148f1678f0ba7a5e79e44ff23064d4326fa145a4
refs/heads/master: 12829126aa47758608578cc5be3a5adffc3d4b09
6 changes: 3 additions & 3 deletions trunk/drivers/s390/cio/blacklist.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ static int pure_hex(char **cp, unsigned int *val, int min_digit,
return 0;
}

static int parse_busid(char *str, int *cssid, int *ssid, int *devno,
int msgtrigger)
static int parse_busid(char *str, unsigned int *cssid, unsigned int *ssid,
unsigned int *devno, int msgtrigger)
{
char *str_work;
int val, rc, ret;
Expand Down Expand Up @@ -148,7 +148,7 @@ static int parse_busid(char *str, int *cssid, int *ssid, int *devno,
static int blacklist_parse_parameters(char *str, range_action action,
int msgtrigger)
{
int from_cssid, to_cssid, from_ssid, to_ssid, from, to;
unsigned int from_cssid, to_cssid, from_ssid, to_ssid, from, to;
int rc, totalrc;
char *parm;
range_action ra;
Expand Down

0 comments on commit 23915ad

Please sign in to comment.