Changeset 0ad1e80 in rtems


Ignore:
Timestamp:
11/19/14 20:26:58 (9 years ago)
Author:
Josh Oguin <josh.oguin@…>
Branches:
4.11, 5, master
Children:
02958c5e
Parents:
61f8d668
git-author:
Josh Oguin <josh.oguin@…> (11/19/14 20:26:58)
git-committer:
Joel Sherrill <joel.sherrill@…> (11/26/14 13:51:57)
Message:

libchip/display/disp_hcms29xx.c: Remove useless variable and check

This was flagged by CodeSonar?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/libchip/display/disp_hcms29xx.c

    r61f8d668 r0ad1e80  
    515515\*=========================================================================*/
    516516{
    517   rtems_status_code rc = RTEMS_SUCCESSFUL;
    518517  disp_hcms29xx_drv_t *softc_ptr = arg;
    519518
    520 
    521   if (rc == RTEMS_SUCCESSFUL) {
    522     rc = rtems_event_send(softc_ptr->disp_param.task_id,
    523                           DISP_HCMS29XX_EVENT_TIMER);
    524   }
     519  rtems_event_send(softc_ptr->disp_param.task_id, DISP_HCMS29XX_EVENT_TIMER);
    525520}
    526521
Note: See TracChangeset for help on using the changeset viewer.