From: Damien Lespiau Date: Mon, 18 Aug 2014 12:49:10 +0000 (+0100) Subject: drm/i915: Use dev_priv as first argument of for_each_pipe() X-Git-Tag: fixes-against-v3.18-rc2~73^2~32^2~100 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=055e393fa3ade8cb91d8229f1c76ca9a7b23b8b3;p=pandora-kernel.git drm/i915: Use dev_priv as first argument of for_each_pipe() Chris has decided that enough is enough. It's time to fixup dev Vs dev_priv. This is a modest contribution to the crusade. v2: Still use INTEL_INFO(), for the (mythical!) case we want to hardcode the info struct with defines (Chris) Rename the macro argument from 'dev' to 'dev_priv' (Jani) v3: Use names unlikely to be used as macro arguments (Chris) Suggested-by: Chris Wilson Signed-off-by: Damien Lespiau Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed