From 1534db1464082f1bbf34856eb85b1a36c38c2697 Mon Sep 17 00:00:00 2001 From: Francis Galiegue Date: Sat, 10 May 2008 10:12:18 +0200 Subject: [PATCH] pci.c: fix missing newline in acx_log_dump() Was preventing the dump from being correctly displayed. Signed-off-by: Francis Galiegue --- pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pci.c b/pci.c index 82ac303..8b6bbfd 100644 --- a/pci.c +++ b/pci.c @@ -1023,7 +1023,7 @@ acxpci_s_issue_cmd_timeo_debug(acx_device_t * adev, if (cmd != ACX1xx_CMD_INTERROGATE) acx_log_dump(LOG_DEBUG, L_REALLYVERBOSE, buffer, buflen, - "input buffer: "); + "input buffer:\n"); /* wait for firmware to become idle for our command submission */ timeout = HZ / 5; -- 2.11.4.GIT