commit | 222d242926a94e6fa3ec1db65f03b83dd62727f7 | [log] [tgz] |
---|---|---|
author | xypron.glpk@gmx.de <xypron.glpk@gmx.de> | Sat Apr 15 15:31:53 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 18 10:29:24 2017 -0400 |
tree | de04bc52d19a3ef1fc7858d73b91312fae1381d1 | |
parent | 5fecf834cd02bba12f115583ff91ea27323ba877 [diff] |
fsl/sata: correctly identify failed malloc After allocating sata->cmd_hdr_tbl_offset we have to check this variable and not variable sata. The problem was indicated by cppcheck. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Tom Rini <trini@konsulko.com>