]> git.ipfire.org Git - thirdparty/grub.git/commit
disk/ahci: Fix device_map_range argument.
authorVladimir Serbinenko <phcoder@gmail.com>
Sat, 24 Jan 2015 20:37:28 +0000 (21:37 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Sat, 24 Jan 2015 20:37:28 +0000 (21:37 +0100)
commit2a8200bba8d6372fdb2ffb38240542795084f7d8
tree2596be7b0cb6ba1f314b0be3adc163e082a6abe4
parent7d973359427394a00d1d8778b352b67c9ff486d6
disk/ahci: Fix device_map_range argument.

Argument is not used on x86, hence it's gone unnoticed.

Found by: Coverity scan.
grub-core/disk/ahci.c