Uploaded image for project: 'Embedded Software & Tools'
  1. Embedded Software & Tools
  2. EXT_EP-11691

Sciclient: osal_hwip_restore function uses a return in a void function

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: High High
    • PDK
    • PDK-13763
    • PROCESSOR_SDK_09.01.00
    • PROCESSOR_SDK_09.02.00
    • Hide
      j721e-evm
      j7200-evm
      j721s2-evm
      j784s4-evm
      Show
      j721e-evm j7200-evm j721s2-evm j784s4-evm

      Description
      osal_hwip_restore() function uses a return in a void function

      /**
       * \brief Restore interrupts to a previous state held in key.
       *
       * \param key Value returned from hwip_enable or hwip_disable.
       *
       * This call is used to restore interrupts to the state previous to a call
       * to hwip_enable or hwip_disable when the returned key value is passed.
       */
      static inline void osal_hwip_restore(u32 key)
      {
              return HwiP_restore(key);
      } 

      Resolution Description:
      Removed the return keyword from osal_hwip_restore().

            syncuser TI User
            syncuser TI User
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: