Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251997
b: refs/heads/master
c: a1b6666
h: refs/heads/master
i:
  251995: fd23307
v: v3
  • Loading branch information
Michal Marek committed Apr 18, 2011
1 parent 4911ae7 commit 364c9cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 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: 152ba3942276c2a240703669ae4a3099e0a79451
refs/heads/master: a1b666657c3a691c4f8a0025905e88e8b4baa360
9 changes: 4 additions & 5 deletions trunk/drivers/scsi/pmcraid.c
Original file line number Diff line number Diff line change
Expand Up @@ -4249,8 +4249,8 @@ static ssize_t pmcraid_show_drv_version(
char *buf
)
{
return snprintf(buf, PAGE_SIZE, "version: %s, build date: %s\n",
PMCRAID_DRIVER_VERSION, PMCRAID_DRIVER_DATE);
return snprintf(buf, PAGE_SIZE, "version: %s\n",
PMCRAID_DRIVER_VERSION);
}

static struct device_attribute pmcraid_driver_version_attr = {
Expand Down Expand Up @@ -6093,9 +6093,8 @@ static int __init pmcraid_init(void)
dev_t dev;
int error;

pmcraid_info("%s Device Driver version: %s %s\n",
PMCRAID_DRIVER_NAME,
PMCRAID_DRIVER_VERSION, PMCRAID_DRIVER_DATE);
pmcraid_info("%s Device Driver version: %s\n",
PMCRAID_DRIVER_NAME, PMCRAID_DRIVER_VERSION);

error = alloc_chrdev_region(&dev, 0,
PMCRAID_MAX_ADAPTERS,
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/scsi/pmcraid.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
#define PMCRAID_DRIVER_NAME "PMC MaxRAID"
#define PMCRAID_DEVFILE "pmcsas"
#define PMCRAID_DRIVER_VERSION "1.0.3"
#define PMCRAID_DRIVER_DATE __DATE__

#define PMCRAID_FW_VERSION_1 0x002

Expand Down

0 comments on commit 364c9cd

Please sign in to comment.