Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141092
b: refs/heads/master
c: e9ef456
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 3, 2009
1 parent 1571834 commit 8004bee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 3467db1078e1f6784291496b93335a94f0e1392f
refs/heads/master: e9ef456ebc5b3e5a4794b57ad0403f1d9389ed53
6 changes: 3 additions & 3 deletions trunk/drivers/staging/slicoss/slicoss.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ static void slic_mcast_set_list(struct net_device *dev);

static uint slic_first_init = 1;
static char *slic_banner = "Alacritech SLIC Technology(tm) Server "\
"and Storage Accelerator (Non-Accelerated)\n";
"and Storage Accelerator (Non-Accelerated)";

static char *slic_proc_version = "2.0.351 2006/07/14 12:26:00";
static char *slic_product_name = "SLIC Technology(tm) Server "\
Expand Down Expand Up @@ -393,8 +393,8 @@ static int __devinit slic_entry_probe(struct pci_dev *pcidev,
return err;

if (slic_debug > 0 && did_version++ == 0) {
printk(slic_banner);
printk(slic_proc_version);
printk(KERN_DEBUG "%s\n", slic_banner);
printk(KERN_DEBUG "%s\n", slic_proc_version);
}

err = pci_set_dma_mask(pcidev, DMA_64BIT_MASK);
Expand Down

0 comments on commit 8004bee

Please sign in to comment.