1. 18 2月, 2010 7 次提交
  2. 18 1月, 2010 3 次提交
  3. 08 12月, 2009 1 次提交
    • D
      pcmcia: CodingStyle fixes · 9fea84f4
      Dominik Brodowski 提交于
      Fix several CodingStyle issues in drivers/pcmcia/ . checkpatch.pl no longer
      reports errors in the PCMCIA core. The remaining warnings mostly relate to
      wrong indent -- PCMCIA historically used 4 spaces --, to lines over 80
      characters and to hundreds of typedefs. The cleanup of those will follow
      in the future.
      Signed-off-by: NDominik Brodowski <linux@dominikbrodowski.net>
      9fea84f4
  4. 09 11月, 2009 2 次提交
  5. 19 10月, 2009 2 次提交
  6. 16 9月, 2009 1 次提交
  7. 16 6月, 2009 2 次提交
  8. 02 11月, 2008 2 次提交
  9. 22 9月, 2008 1 次提交
    • A
      pcmcia: Fix broken abuse of dev->driver_data · cec5eb7b
      Alan Cox 提交于
      PCMCIA abuses dev->private_data in the probe methods. Unfortunately it
      continues to abuse it after calling drv->probe() which leads to crashes and
      other nasties (such as bogus probes of multifunction devices) giving errors like
      
      pcmcia: registering new device pcmcia0.1
      kernel: 0.1: GetNextTuple: No more items
      
      Extract the passed data before calling the driver probe function that way
      we don't blow up when the driver reuses dev->private_data as its right.
      
      As its close to the final release just move the hack so it works out,
      hopefully someone will be sufficiently embarrassed to produce a nice rework
      for 2.6.28.
      Signed-off-by: NAlan Cox <alan@redhat.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      cec5eb7b
  10. 26 8月, 2008 1 次提交
  11. 23 8月, 2008 16 次提交
  12. 03 8月, 2008 1 次提交
  13. 24 6月, 2008 1 次提交