mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-07 14:16:38 +07:00
staging/vme: Fix module parameters
loopback should be declared bool, and variant probably shouldn't be const. Signed-off-by: Gerard Snitselaar <dev@snitselaar.org> Acked-by: Martyn Welch <martyn.welch@ge.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
fcff311c93
commit
eaa004a4ba
@ -35,10 +35,10 @@ static int vector[PIO2_CARDS_MAX];
|
||||
static int vector_num;
|
||||
static int level[PIO2_CARDS_MAX];
|
||||
static int level_num;
|
||||
static const char *variant[PIO2_CARDS_MAX];
|
||||
static char *variant[PIO2_CARDS_MAX];
|
||||
static int variant_num;
|
||||
|
||||
static int loopback;
|
||||
static bool loopback;
|
||||
|
||||
static int pio2_match(struct vme_dev *);
|
||||
static int __devinit pio2_probe(struct vme_dev *);
|
||||
|
Loading…
Reference in New Issue
Block a user