From: Márton Németh Date: Mon, 11 Jun 2012 17:09:25 +0000 (+0200) Subject: drm sis: initialize object_idr X-Git-Tag: v3.5-rc4~34^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=648ccc7d35e3416fdc739d2e520e85de3125361b;p=pandora-kernel.git drm sis: initialize object_idr The filed object_idr of struct drm_sis_private was introduced with commit http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commitdiff;h=6de8a748881f1cd9d795454da2b6db616d5ca3d7 . The idr_init(&dev->object_name_idr) is called instead of idr_init(&dev_priv->object_idr) by mistake, leaving object_idr uninitialized. Correct this. This patch was not tested because of lack of hardware. Signed-off-by: Márton Németh Reviewed-by: Daniel Vetter Cc: stable@vger.kernel.org Signed-off-by: Dave Airlie --- Reading git-diff-tree failed