1. 14 6月, 2017 1 次提交
  2. 28 6月, 2016 2 次提交
  3. 25 2月, 2016 3 次提交
  4. 16 12月, 2015 1 次提交
    • V
      clocksource/drivers/lpc32: Correct pr_err() output format · d662ed20
      Vladimir Zapolskiy 提交于
      If by some reason timerclk is not available, both clockevent and
      clocksource initializations correctly exit, but output of errno to
      kernel log buffer may be confusing:
      
        lpc32xx_clk_init: failed to map system control block registers
        lpc32xx_clocksource_init: clock get failed (4294966779)
        lpc32xx_clockevent_init: clock get failed (4294966779)
      
      Use signed integer output in the correspondent pr_err() string formats:
      
        lpc32xx_clocksource_init: clock get failed (-517)
        lpc32xx_clockevent_init: clock get failed (-517)
      Signed-off-by: NVladimir Zapolskiy <vz@mleia.com>
      Signed-off-by: NDaniel Lezcano <daniel.lezcano@linaro.org>
      d662ed20
  5. 02 6月, 2015 1 次提交