提交 400138bc 编写于 作者: J Jonas Bonn 提交者: Dave Airlie

drm: remove unreachable code in drm_sysfs.c

This code was never going to get called in there.
Signed-off-by: NJonas Bonn <jonas@southpole.se>
Signed-off-by: NDave Airlie <airlied@redhat.com>
上级 59738d5c
......@@ -489,9 +489,7 @@ int drm_sysfs_device_add(struct drm_minor *minor)
return 0;
device_unregister(&minor->kdev);
err_out:
return err;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册