提交 aa1221b2 编写于 作者: B Benjamin Herrenschmidt

fsi: scom: Fix NULL dereference

The chardev conversion forgot to copy the fsi_dev,
silly mistake, compounded by a testing mistake on
my side, this specific driver wasn't being tested
properly.

Fixes: d8f45876 "fsi: scom: Convert to use the new chardev"
Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
上级 9840fcd8
......@@ -598,6 +598,7 @@ static int scom_probe(struct device *dev)
kfree(scom);
return -ENODEV;
}
scom->fsi_dev = fsi_dev;
/* Create chardev for userspace access */
scom->dev.type = &fsi_cdev_type;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册