Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 49058
b: refs/heads/master
c: 9de1cc9
h: refs/heads/master
v: v3
  • Loading branch information
Fiodor Suietov authored and Jeff Garzik committed Feb 16, 2007
1 parent 5f77547 commit f84296a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 08573a86c8da1379b4f341ab4781bb7c8685d5b6
refs/heads/master: 9de1cc9c446d39546a3d9dd6f7d99a980a7ecc22
2 changes: 1 addition & 1 deletion trunk/drivers/ata/libata-acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ int ata_acpi_push_id(struct ata_port *ap, unsigned int ix)
input.count = 1;
input.pointer = in_params;
in_params[0].type = ACPI_TYPE_BUFFER;
in_params[0].buffer.length = sizeof(atadev->id[0] * ATA_ID_WORDS);
in_params[0].buffer.length = sizeof(atadev->id[0]) * ATA_ID_WORDS;
in_params[0].buffer.pointer = (u8 *)atadev->id;
/* Output buffer: _SDD has no output */

Expand Down

0 comments on commit f84296a

Please sign in to comment.