* 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-block:
  [PATCH] Fixup cciss error handling
  [PATCH] Allow as-iosched to be unloaded
  [PATCH 2/2] cciss: remove calls to pci_disable_device
  [PATCH 1/2] cciss: map out more memory for config table
  [PATCH] Propagate down request sync flag
Resolve trivial whitespace conflict in drivers/block/cciss.c manually.
        }
        return 0;
  
--      err_out_free_res:
++err_out_free_res:
 +      /*
 +       * Deliberately omit pci_disable_device(): it does something nasty to
 +       * Smart Array controllers that pci_enable_device does not undo
 +       */
        pci_release_regions(pdev);
        return err;
 -
  }
  
  /*