diff options
Diffstat (limited to 'src/flash/nand/s3c24xx.c')
-rw-r--r-- | src/flash/nand/s3c24xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/nand/s3c24xx.c b/src/flash/nand/s3c24xx.c index eb20f35c..2fa18de3 100644 --- a/src/flash/nand/s3c24xx.c +++ b/src/flash/nand/s3c24xx.c @@ -38,7 +38,7 @@ S3C24XX_DEVICE_COMMAND() struct s3c24xx_nand_controller *s3c24xx_info; s3c24xx_info = malloc(sizeof(struct s3c24xx_nand_controller)); if (s3c24xx_info == NULL) { - LOG_ERROR("no memory for nand controller\n"); + LOG_ERROR("no memory for nand controller"); return -ENOMEM; } |