]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/block/fsl_sata.c
Kconfig: Add CONFIG_SATA to enable SATA
[people/ms/u-boot.git] / drivers / block / fsl_sata.c
index e000ebff76f5da575c60010eaf5582d3c886e519..31f7fab8b47aaae1fdc6dda5001a123506250053 100644 (file)
@@ -124,7 +124,7 @@ int init_sata(int dev)
        length = sizeof(struct cmd_hdr_tbl);
        align = SATA_HC_CMD_HDR_TBL_ALIGN;
        sata->cmd_hdr_tbl_offset = (void *)malloc(length + align);
-       if (!sata) {
+       if (!sata->cmd_hdr_tbl_offset) {
                printf("alloc the command header failed\n\r");
                return -1;
        }