From: Mario Kleiner Date: Wed, 6 Aug 2014 01:22:44 +0000 (+0200) Subject: drm: Remove drm_vblank_cleanup from drm_vblank_init error path. X-Git-Tag: fixes-against-v3.18-rc2~73^2~39^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79a093aea44f11fda0a5b4dbe4c1e29b2f586f4e;p=pandora-kernel.git drm: Remove drm_vblank_cleanup from drm_vblank_init error path. drm_vblank_cleanup() would operate on non-existent dev->vblank data structure, as failure to allocate that data structure is what triggers the error path in the first place. Signed-off-by: Mario Kleiner Reviewed-by: Ville Syrjälä Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed