1. 28 6月, 2016 1 次提交
    • D
      clocksource/drivers/orion: Convert init function to return error · fbe4b356
      Daniel Lezcano 提交于
      The init functions do not return any error. They behave as the following:
      
        - panic, thus leading to a kernel crash while another timer may work and
             make the system boot up correctly
      
        or
      
        - print an error and let the caller unaware if the state of the system
      
      Change that by converting the init functions to return an error conforming
      to the CLOCKSOURCE_OF_RET prototype.
      
      Proper error handling (rollback, errno value) will be changed later case
      by case, thus this change just return back an error or success in the init
      function.
      Signed-off-by: NDaniel Lezcano <daniel.lezcano@linaro.org>
      fbe4b356
  2. 10 8月, 2015 1 次提交
  3. 12 3月, 2014 1 次提交
  4. 11 12月, 2013 1 次提交
  5. 18 7月, 2013 1 次提交
  6. 02 7月, 2013 1 次提交