Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4a3895f authored by Jens Axboe's avatar Jens Axboe
Browse files

cpqarray: fix wrong __init type on pci probe function



It needs to be __devinit, not __init.

Signed-off-by: default avatarJens Axboe <jaxboe@fusionio.com>
parent 575f5520
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -503,7 +503,7 @@ static int __init cpqarray_register_ctlr( int i, struct pci_dev *pdev)
	return -1;
}

static int __init cpqarray_init_one( struct pci_dev *pdev,
static int __devinit cpqarray_init_one( struct pci_dev *pdev,
	const struct pci_device_id *ent)
{
	int i;