Skip to content

Commit

Permalink
isci: removing unused loglevel module param
Browse files Browse the repository at this point in the history
We no longer use the loglevel parameter. Remove.

Signed-off-by: Dave Jiang <dave.jiang@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
  • Loading branch information
Dave Jiang authored and Dan Williams committed Jul 3, 2011
1 parent b5739b6 commit 6e473dd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions drivers/scsi/isci/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ static struct pci_driver isci_pci_driver = {
};

/* linux isci specific settings */
int loglevel = 3;
module_param(loglevel, int, S_IRUGO | S_IWUSR);

#if defined(CONFIG_PBG_HBA_A0)
int isci_si_rev = ISCI_SI_REVA0;
Expand Down
1 change: 0 additions & 1 deletion drivers/scsi/isci/isci.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
#include "timers.h"
#include "sci_status.h"

extern int loglevel;
extern struct kmem_cache *isci_kmem_cache;

#define ISCI_FW_NAME "isci/isci_firmware.bin"
Expand Down

0 comments on commit 6e473dd

Please sign in to comment.