summaryrefslogtreecommitdiffstats
path: root/drivers/isimodem/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/isimodem/debug.c')
-rw-r--r--drivers/isimodem/debug.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/isimodem/debug.c b/drivers/isimodem/debug.c
index 45313b4d..ce07eed0 100644
--- a/drivers/isimodem/debug.c
+++ b/drivers/isimodem/debug.c
@@ -991,9 +991,8 @@ static void hex_dump(const char *name, const uint8_t m[], size_t len)
}
}
- if (j) {
+ if (j)
ofono_debug(" *%-48s : %.*s", hex, (int)k, ascii);
- }
}
void ss_debug(const void *restrict buf, size_t len, void *data)