mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
drm/drv: Remove invalid assignments
it's not necessary to assign a value of 0 to ret here, because if the previous functions were executed correctly, ret would be 0. Signed-off-by: Tian Tao <tiantao6@hisilicon.com> Reviewed-by: Simon Ser <contact@emersion.fr> Link: https://patchwork.freedesktop.org/patch/msgid/1607653037-37785-1-git-send-email-tiantao6@hisilicon.com
This commit is contained in:
parent
23d4e55f7e
commit
dc3793038d
1 changed files with 0 additions and 2 deletions
|
@ -894,8 +894,6 @@ int drm_dev_register(struct drm_device *dev, unsigned long flags)
|
|||
if (drm_core_check_feature(dev, DRIVER_MODESET))
|
||||
drm_modeset_register_all(dev);
|
||||
|
||||
ret = 0;
|
||||
|
||||
DRM_INFO("Initialized %s %d.%d.%d %s for %s on minor %d\n",
|
||||
driver->name, driver->major, driver->minor,
|
||||
driver->patchlevel, driver->date,
|
||||
|
|
Loading…
Add table
Reference in a new issue