forked from auracaster/openocd
nit: do not add \n at end of LOG_ERROR
Fixed in many other places, and submitted in response to Øyvind's invitation.
This commit is contained in:
committed by
Øyvind Harboe
parent
0cd84000da
commit
a665ef716a
@@ -169,7 +169,7 @@ NAND_DEVICE_COMMAND_HANDLER(nuc910_nand_device_command)
|
||||
|
||||
nuc910_nand = calloc(1, sizeof(struct nuc910_nand_controller));
|
||||
if (!nuc910_nand) {
|
||||
LOG_ERROR("no memory for nand controller\n");
|
||||
LOG_ERROR("no memory for nand controller");
|
||||
return ERROR_NAND_DEVICE_INVALID;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user