* grub-core/disk/ahci.c: Properly handle transactions with no

transferred data.
This commit is contained in:
Vladimir Serbinenko 2014-01-29 23:49:51 +01:00
parent 07ea8daa86
commit d6b94c5eb2
2 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2014-01-29 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/disk/ahci.c: Properly handle transactions with no
transferred data.
2014-01-29 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/disk/ahci.c: Add safety cleanups.