diff --git a/sys/arm/samsung/exynos/exynos5_combiner.c b/sys/arm/samsung/exynos/exynos5_combiner.c index 4711377a0548..2c612457707d 100644 --- a/sys/arm/samsung/exynos/exynos5_combiner.c +++ b/sys/arm/samsung/exynos/exynos5_combiner.c @@ -314,7 +314,7 @@ combiner_setup_intr(char *source_name, void (*ih)(void *), void *ih_user) sc = combiner_sc; if (sc == NULL) { - device_printf(sc->dev, "Error: combiner is not attached\n"); + printf("%s: error: combiner is not attached\n", __func__); return; }