commit | 7b6cb617208e7c7f262eb9d1f84ade068ac2fe69 | [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 | 4796b7ac5dc9f1ac316e5b295f935bbeafaeeb03 [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>