From: Thierry Reding Date: Wed, 12 Aug 2015 15:00:31 +0000 (+0200) Subject: drm/irq: Make pipe unsigned and name consistent X-Git-Tag: omap-for-v4.3/fixes-rc1~89^2~32^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc1ef118fc099295ae6aabbacc8af94d8d8885eb;p=pandora-kernel.git drm/irq: Make pipe unsigned and name consistent Name all references to the pipe number (CRTC index) consistently to make it easier to distinguish which is a pipe number and which is a pointer to struct drm_crtc. While at it also make all references to the pipe number unsigned because there is no longer any reason why it should ever be negative. Signed-off-by: Thierry Reding Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed