diff options
| -rw-r--r-- | drivers/ata/sata_fsl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/ata/sata_fsl.c b/drivers/ata/sata_fsl.c index 124b2c1d9c0b..608f82fed632 100644 --- a/drivers/ata/sata_fsl.c +++ b/drivers/ata/sata_fsl.c | |||
| @@ -1511,8 +1511,7 @@ error_exit_with_cleanup: | |||
| 1511 | 1511 | ||
| 1512 | if (hcr_base) | 1512 | if (hcr_base) |
| 1513 | iounmap(hcr_base); | 1513 | iounmap(hcr_base); |
| 1514 | if (host_priv) | 1514 | kfree(host_priv); |
| 1515 | kfree(host_priv); | ||
| 1516 | 1515 | ||
| 1517 | return retval; | 1516 | return retval; |
| 1518 | } | 1517 | } |
