commit | 5559fb8297c0666f299f165124896e308f750495 | [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 | 6e238915a6ae8068eef6f9dd719bddfce4ff6f31 [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>