fixed the debug output to match the correct device

Origin commit data
------------------
Branch: master
Commit: 6b97269926
Author: graugans <k4230r6@gmail.com>
Date: 2013-01-25 (Fri, 25 Jan 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
graugans
2013-01-25 10:25:47 +01:00
committed by Stefan Seyfried
parent b8f48b0cab
commit bd3e4720e0

View File

@@ -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;