commit | f9ce889b8f8384ee29e1be4b34091a932e6e40f3 | [log] [tgz] |
---|---|---|
author | Harry Zhang <harry.zhang@amd.com> | Thu Jun 24 11:34:23 2010 +0800 |
committer | Jeff Garzik <jgarzik@redhat.com> | Thu Jul 01 15:34:15 2010 -0400 |
tree | ed9b189cf639e2dcfa144cd840c0e0efa55f838a | |
parent | 984bc9601f64fd341b8573021d7c999f1f1499a9 [diff] |
libahci: Fix bug in storing EM messages In function ahci_store_em_buffer(), if the input (signed char*) buffer contains negative data, the constructed 32-bit long message data may be wrong. Signed-off-by: Harry Zhang <harry.zhang@amd.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>