commit | 66f6042e0ad6a82ab80da593a22a58ad8b4a35c2 | [log] [tgz] |
---|---|---|
author | Eli Nidam <elini@marvell.com> | Sat Mar 23 17:33:37 2013 +0200 |
committer | Ed James <edjames@google.com> | Wed Sep 09 11:54:33 2015 -0700 |
tree | edef36898c75868662b849ea6f0b18036471f6aa | |
parent | 4d1852982d8887519d4898bbd7a2e9e3b0be806c [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>