Changeset 854387b in mainline for fb/fb.c


Ignore:
Timestamp:
2006-05-29T13:58:23Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f25b73d6
Parents:
51c1b003
Message:

Removed printf calls from fb.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fb/fb.c

    r51c1b003 r854387b  
    161161        ipcarg_t retval, arg1, arg2;
    162162
    163         if(!sysinfo_value("fb")) {
    164                 printf("Framebuffer initialization failed.\n");
     163        if(!sysinfo_value("fb"))
    165164                return -1;
    166         }
    167165
    168166        if ((res = ipc_connect_to_me(PHONE_NS, SERVICE_VIDEO, 0, &phonead)) != 0)
    169167                return -1;
    170168       
    171         if (init_fb() != 0) {
    172                 printf("Framebuffer initialization failed.\n");
     169        if (init_fb() != 0)
    173170                return -1;
    174         }
    175171
    176172        async_manager();
Note: See TracChangeset for help on using the changeset viewer.