From bd3e4720e07aab3819a40ce8b913b242acbb1d6d Mon Sep 17 00:00:00 2001 From: graugans Date: Fri, 25 Jan 2013 10:25:47 +0100 Subject: [PATCH] fixed the debug output to match the correct device Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/6b9726992630f9a8570d8d2a1122d013c96bcc3a Author: graugans Date: 2013-01-25 (Fri, 25 Jan 2013) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- libspark/video.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libspark/video.cpp b/libspark/video.cpp index 49aae66..6cb7228 100644 --- a/libspark/video.cpp +++ b/libspark/video.cpp @@ -115,7 +115,7 @@ static int hdmi_out(bool enable) int fb = open("/dev/fb0", O_RDWR); if (fb < 0) { - lt_debug_c("%s: can't open /dev/fb/0 (%m)\n", __func__); + lt_debug_c("%s: can't open /dev/fb0 (%m)\n", __func__); return -1; } out.outputid = STMFBIO_OUTPUTID_MAIN;