1. 08 1月, 2009 5 次提交
  2. 02 11月, 2008 1 次提交
  3. 30 10月, 2008 1 次提交
  4. 27 10月, 2008 1 次提交
  5. 25 10月, 2008 1 次提交
  6. 24 10月, 2008 1 次提交
  7. 21 10月, 2008 10 次提交
  8. 20 10月, 2008 1 次提交
  9. 18 10月, 2008 1 次提交
  10. 17 10月, 2008 1 次提交
  11. 04 10月, 2008 2 次提交
  12. 24 9月, 2008 2 次提交
  13. 01 9月, 2008 1 次提交
  14. 07 8月, 2008 3 次提交
  15. 23 7月, 2008 5 次提交
  16. 21 5月, 2008 1 次提交
    • G
      LEDS: fix race in device_create · 0b00fc58
      Greg Kroah-Hartman 提交于
      There is a race from when a device is created with device_create() and
      then the drvdata is set with a call to dev_set_drvdata() in which a
      sysfs file could be open, yet the drvdata will be NULL, causing all
      sorts of bad things to happen.
      
      This patch fixes the problem by using the new function,
      device_create_drvdata().
      
      Cc: Kay Sievers <kay.sievers@vrfy.org>
      Cc: Richard Purdie <rpurdie@rpsys.net>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      0b00fc58
  17. 29 4月, 2008 1 次提交
  18. 25 4月, 2008 2 次提交