mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
ide: pass number of bytes to complete to ide_complete_rq()
There should be no functional changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
parent
a9587fd8c4
commit
f974b196f5
7 changed files with 10 additions and 10 deletions
|
@ -1166,7 +1166,7 @@ extern int ide_devset_execute(ide_drive_t *drive,
|
|||
const struct ide_devset *setting, int arg);
|
||||
|
||||
void ide_complete_cmd(ide_drive_t *, struct ide_cmd *, u8, u8);
|
||||
int ide_complete_rq(ide_drive_t *, int);
|
||||
int ide_complete_rq(ide_drive_t *, int, unsigned int);
|
||||
|
||||
void ide_tf_dump(const char *, struct ide_taskfile *);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue