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

Commit f41c53a5 authored by Axel Lin's avatar Axel Lin Committed by Jens Axboe
Browse files

block: swim3: fix unterminated of_device_id table



of_device_id structures need a NULL terminating entry, add it.

Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Signed-off-by: default avatarJens Axboe <jaxboe@fusionio.com>
parent f95fe9cf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1184,6 +1184,7 @@ static struct of_device_id swim3_match[] =
	{
	.compatible	= "swim3"
	},
	{ /* end of list */ }
};

static struct macio_driver swim3_driver =