From: David Herrmann Date: Wed, 29 Jan 2014 12:12:31 +0000 (+0100) Subject: drm: remove redundant minor->device field X-Git-Tag: v3.15-rc1~51^2~56^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5817878c6f4221c3ace4af63260080635063371e;p=pandora-kernel.git drm: remove redundant minor->device field Whenever we access minor->device, we are in a minor->kdev->...->fops callback so the minor->kdev pointer *must* be valid. Thus, simply use minor->kdev->devt instead of minor->device and remove the redundant field. Signed-off-by: David Herrmann Reviewed-by: Daniel Vetter --- Reading git-diff-tree failed