Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1216009 > unrolled thread

linux-next: manual merge of the trivial tree with the drm tree

Started byStephen Rothwell <sfr@canb.auug.org.au>
First post2015-08-31 05:30 +0200
Last post2015-08-31 05:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  linux-next: manual merge of the trivial tree with the drm tree Stephen Rothwell <sfr@canb.auug.org.au> - 2015-08-31 05:30 +0200

#1216009 — linux-next: manual merge of the trivial tree with the drm tree

FromStephen Rothwell <sfr@canb.auug.org.au>
Date2015-08-31 05:30 +0200
Subjectlinux-next: manual merge of the trivial tree with the drm tree
Message-ID<q3nXb-3Wa-1@gated-at.bofh.it>
Hi Jiri,

Today's linux-next merge of the trivial tree got a conflict in:

  drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.c

between commit:

  109c2f2f1c42 ("drm/nouveau/gr: switch to subdev printk macros")

from the drm tree and commit:

  4bb138a47b7f ("drm/nouveau/gr: Fix typo in nv10.c")

from the trivial tree.

I fixed it up (see below) and can carry the fix as necessary (no action
is required).

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

diff --cc drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.c
index 9436ada62cba,d6ace41830e9..000000000000
--- a/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.c
@@@ -791,7 -845,7 +791,7 @@@ nv10_gr_ctx_regs_find_offset(struct nv1
  		if (nv10_gr_ctx_regs[i] == reg)
  			return i;
  	}
- 	nvkm_error(subdev, "unknow offset nv10_ctx_regs %d\n", reg);
 -	nv_error(priv, "unknown offset nv10_ctx_regs %d\n", reg);
++	nvkm_error(subdev, "unknown offset nv10_ctx_regs %d\n", reg);
  	return -1;
  }
  
@@@ -804,7 -857,7 +804,7 @@@ nv17_gr_ctx_regs_find_offset(struct nv1
  		if (nv17_gr_ctx_regs[i] == reg)
  			return i;
  	}
- 	nvkm_error(subdev, "unknow offset nv17_ctx_regs %d\n", reg);
 -	nv_error(priv, "unknown offset nv17_ctx_regs %d\n", reg);
++	nvkm_error(subdev, "unknown offset nv17_ctx_regs %d\n", reg);
  	return -1;
  }
  
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web