aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/smartpqi/smartpqi_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/smartpqi/smartpqi_main.c')
-rw-r--r--sys/dev/smartpqi/smartpqi_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/smartpqi/smartpqi_main.c b/sys/dev/smartpqi/smartpqi_main.c
index 6274ecc957d4..1f006939bf7c 100644
--- a/sys/dev/smartpqi/smartpqi_main.c
+++ b/sys/dev/smartpqi/smartpqi_main.c
@@ -25,7 +25,7 @@
/*
- * Driver for the Microsemi Smart storage controllers
+ * Driver for the Microchip Smart storage controllers
*/
#include "smartpqi_includes.h"
@@ -561,7 +561,7 @@ static device_method_t pqi_methods[] = {
DEVMETHOD(device_suspend, smartpqi_suspend),
DEVMETHOD(device_resume, smartpqi_resume),
DEVMETHOD(device_shutdown, smartpqi_shutdown),
- { 0, 0 }
+ DEVMETHOD_END
};
static driver_t smartpqi_pci_driver = {