提交 f41c53a5 编写于 作者: A Axel Lin 提交者: Jens Axboe

block: swim3: fix unterminated of_device_id table

of_device_id structures need a NULL terminating entry, add it.
Signed-off-by: NAxel Lin <axel.lin@gmail.com>
Signed-off-by: NJens Axboe <jaxboe@fusionio.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册