commit | 2cb4fade0ef00ebf485db05d6aab4acd8897ecf9 | [log] [tgz] |
---|---|---|
author | Simon Guinot <simon.guinot@sequanux.org> | Mon Nov 21 19:25:46 2011 +0530 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue Dec 06 23:59:30 2011 +0100 |
tree | a9beea80e04f77db0c29dc7d835ff10d88b25cdb | |
parent | 0bfb66b6d1497046aac9c4d61f4478a403659f5a [diff] |
mvsata: fix ide_preinit for missing disks Consider that ide_preinit() succeed if at least one port is successfully initialized. This allows to iniatialize IDE support on a board with two SATA ports but a single hard disk available. Signed-off-by: Simon Guinot <simon.guinot@sequanux.org>