Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77252
b: refs/heads/master
c: b0d5bc2
h: refs/heads/master
v: v3
  • Loading branch information
Olof Johansson authored and Bartlomiej Zolnierkiewicz committed Jan 26, 2008
1 parent b30fa06 commit ac15cdd
Show file tree
Hide file tree
Showing 3 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: 151575e4644f917d3a9f83c777ac3543284954f8
refs/heads/master: b0d5bc27ce995adaafbc114b92fa76815025c94e
2 changes: 1 addition & 1 deletion trunk/drivers/ide/ide-probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -1340,7 +1340,7 @@ static void hwif_register_devices(ide_hwif_t *hwif)
}
}

int ide_device_add_all(u8 idx[MAX_HWIFS])
int ide_device_add_all(u8 *idx)
{
ide_hwif_t *hwif;
int i, rc = 0;
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/ide.h
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,7 @@ void ide_unregister_region(struct gendisk *);

void ide_undecoded_slave(ide_drive_t *);

int ide_device_add_all(u8 idx[MAX_HWIFS]);
int ide_device_add_all(u8 *idx);
int ide_device_add(u8 idx[4]);

static inline void *ide_get_hwifdata (ide_hwif_t * hwif)
Expand Down

0 comments on commit ac15cdd

Please sign in to comment.