1. 22 11月, 2012 13 次提交
  2. 21 11月, 2012 5 次提交
  3. 28 10月, 2012 1 次提交
  4. 26 10月, 2012 7 次提交
  5. 25 10月, 2012 7 次提交
  6. 24 10月, 2012 1 次提交
  7. 23 10月, 2012 1 次提交
    • R
      gpiolib: Refactor gpio_export · fc4e2514
      Ryan Mallon 提交于
      The gpio_export function uses nested if statements and the status
      variable to handle the failure cases. This makes the function logic
      difficult to follow. Refactor the code to abort immediately on failure
      using goto. This makes the code slightly longer, but significantly
      reduces the nesting and number of split lines and makes the code easier
      to read.
      Signed-off-by: NRyan Mallon <rmallon@gmail.com>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      fc4e2514
  8. 19 10月, 2012 1 次提交
  9. 16 10月, 2012 4 次提交