On Tue, Sep 15, 2015 at 09:29:41AM +0200, Thierry Reding wrote:
On Mon, Sep 14, 2015 at 10:43:42PM +0300, ville.syrjala@linux.intel.com wrote:
From: Ville Syrjälä ville.syrjala@linux.intel.com
Finish the recent replacement of 'int pipe' with 'unsigned int pipe'
Cc: Thierry Reding treding@nvidia.com Signed-off-by: Ville Syrjälä ville.syrjala@linux.intel.com
drivers/gpu/drm/drm_irq.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-)
Looks good to me. I have a bunch more that do a similar conversion but end up being rather invasive because they change the driver API and callbacks. I'll see if I can find the time to rebase and send them out later today.
This patch:
Reviewed-by: Thierry Reding treding@nvidia.com
Queued for -next, thanks for the patch. -Daniel