Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124604
b: refs/heads/master
c: 66aa574
h: refs/heads/master
v: v3
  • Loading branch information
Ilpo Järvinen authored and James Bottomley committed Dec 29, 2008
1 parent fd3d15f commit c136a81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8d6dda7f0ce53c55ec14eb5eaa360d549641586b
refs/heads/master: 66aa5745f6fe328f0166f91b523df864b17fb8f1
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/tmscsim.c
Original file line number Diff line number Diff line change
Expand Up @@ -2572,9 +2572,10 @@ static struct pci_driver dc390_driver = {

static int __init dc390_module_init(void)
{
if (!disable_clustering)
if (!disable_clustering) {
printk(KERN_INFO "DC390: clustering now enabled by default. If you get problems load\n");
printk(KERN_INFO " with \"disable_clustering=1\" and report to maintainers\n");
}

if (tmscsim[0] == -1 || tmscsim[0] > 15) {
tmscsim[0] = 7;
Expand Down

0 comments on commit c136a81

Please sign in to comment.