Sciclient: osal_hwip_restore function uses a return in a void function

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: 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().

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

              Created:
              Updated:
              Resolved:

                Connection: Intermediate to External PROD System
                EXTSYNC-4483 - Sciclient: osal_hwip_restore functi...
                SYNCHRONIZED
                • Last Sync Date: