1. 17 Jan, 2004 4 commits
    • Martin Hicks's avatar
      [PATCH] Fix error path when adding sysfs attributes · 5f85fc98
      Martin Hicks authored
      Stop adding sysfs attributes after we call scsi_remove_device()
      when we encounter an error.  Also a small whitespace cleanup
      and removing a useless "return".
      5f85fc98
    • Eric Dean Moore's avatar
      [PATCH] MPT Fusion x86-64 boot fix · a6206b72
      Eric Dean Moore authored
      a6206b72
    • James Bottomley's avatar
      aha152x PCMCIA fix · cfa9494e
      James Bottomley authored
      From: Thomas Schlichter <thomas.schlichter@web.de>
      
      the attached patch fixes a link error of the kernel module 'drivers/scsi/
      pcmcia/aha152x_cs.ko' because of two module_init() and two module_exit() 
      functions. Now the module links but I did not test it further...
      cfa9494e
    • Andrew Morton's avatar
      [PATCH] fix qla2xxx build for older gcc's · 48acea24
      Andrew Morton authored
      drivers/scsi/qla2xxx/qla_def.h:1139: warning: unnamed struct/union that defines no instances
      drivers/scsi/qla2xxx/qla_iocb.c:440: union has no member named `standard'
      
      Older gcc's don't understand anonymous unions.
      48acea24
  2. 15 Jan, 2004 15 commits
  3. 14 Jan, 2004 21 commits