commit | d73763a4fbc741b3faee43d0a668dd220a81d772 | [log] [tgz] |
---|---|---|
author | Roger Quadros <rogerq@ti.com> | Mon Nov 11 16:56:37 2013 +0200 |
committer | Tom Rini <trini@ti.com> | Wed Dec 04 08:12:08 2013 -0500 |
tree | 62299422f9cbbb836e722e0bb7a156e3f31a798d | |
parent | 54d022e76c42d824315e28ea06c89c2452f98861 [diff] |
ahci: Error out with message on malloc() failure If malloc() fails, we don't want to continue in ahci_init() and ahci_init_one(). Also print a more informative error message on malloc() failures. CC: Rob Herring <rob.herring@calxeda.com> Signed-off-by: Roger Quadros <rogerq@ti.com>