diff options
author | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-13 12:15:34 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-13 12:15:34 -0500 |
commit | 5faad620264290b17e80a8b0996b039ea0d5ac73 (patch) | |
tree | 3adf5ccbd2794f9fd3b81f75031e4621a67137b1 /drivers/block | |
parent | bbc7610c062074468f362b37d33603536e87fb96 (diff) | |
parent | 2fc2c60df3d2b3a557eb8d750779def9d51934b1 (diff) |
Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-block
* '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.
Diffstat (limited to 'drivers/block')
-rw-r--r-- | drivers/block/cciss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c index acb2fa9cf6b1..d719a5d8f435 100644 --- a/drivers/block/cciss.c +++ b/drivers/block/cciss.c | |||
@@ -3004,7 +3004,7 @@ static int cciss_pci_init(ctlr_info_t *c, struct pci_dev *pdev) | |||
3004 | } | 3004 | } |
3005 | return 0; | 3005 | return 0; |
3006 | 3006 | ||
3007 | err_out_free_res: | 3007 | err_out_free_res: |
3008 | /* | 3008 | /* |
3009 | * Deliberately omit pci_disable_device(): it does something nasty to | 3009 | * Deliberately omit pci_disable_device(): it does something nasty to |
3010 | * Smart Array controllers that pci_enable_device does not undo | 3010 | * Smart Array controllers that pci_enable_device does not undo |