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

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
......@@ -1184,6 +1184,7 @@ static struct of_device_id swim3_match[] =
{
.compatible = "swim3"
},
{ /* end of list */ }
};
static struct macio_driver swim3_driver =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment