[PATCH] drm/nouveau: fix bug id typo in comment

2017-01-05 Thread Ben Skeggs
On 01/05/2017 04:13 PM, Ilia Mirkin wrote:
> The issue was recorded in fd.o bug 27501, not 25701.
Got it, thanks!

Ben.

> 
> Signed-off-by: Ilia Mirkin 
> ---
>  drivers/gpu/drm/nouveau/nvkm/subdev/fb/rammcp77.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/fb/rammcp77.c 
> b/drivers/gpu/drm/nouveau/nvkm/subdev/fb/rammcp77.c
> index 0a0e44b..017a91d 100644
> --- a/drivers/gpu/drm/nouveau/nvkm/subdev/fb/rammcp77.c
> +++ b/drivers/gpu/drm/nouveau/nvkm/subdev/fb/rammcp77.c
> @@ -39,7 +39,7 @@ mcp77_ram_init(struct nvkm_ram *base)
>   u32 flush  = ((ram->base.size - (ram->poller_base + 0x40)) >> 5) - 1;
>  
>   /* Enable NISO poller for various clients and set their associated
> -  * read address, only for MCP77/78 and MCP79/7A. (fd#25701)
> +  * read address, only for MCP77/78 and MCP79/7A. (fd#27501)
>*/
>   nvkm_wr32(device, 0x100c18, dniso);
>   nvkm_mask(device, 0x100c14, 0x, 0x0001);
> 

-- next part --
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: 



[PATCH] drm/nouveau: fix bug id typo in comment

2017-01-05 Thread Ilia Mirkin
The issue was recorded in fd.o bug 27501, not 25701.

Signed-off-by: Ilia Mirkin 
---
 drivers/gpu/drm/nouveau/nvkm/subdev/fb/rammcp77.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/fb/rammcp77.c 
b/drivers/gpu/drm/nouveau/nvkm/subdev/fb/rammcp77.c
index 0a0e44b..017a91d 100644
--- a/drivers/gpu/drm/nouveau/nvkm/subdev/fb/rammcp77.c
+++ b/drivers/gpu/drm/nouveau/nvkm/subdev/fb/rammcp77.c
@@ -39,7 +39,7 @@ mcp77_ram_init(struct nvkm_ram *base)
u32 flush  = ((ram->base.size - (ram->poller_base + 0x40)) >> 5) - 1;

/* Enable NISO poller for various clients and set their associated
-* read address, only for MCP77/78 and MCP79/7A. (fd#25701)
+* read address, only for MCP77/78 and MCP79/7A. (fd#27501)
 */
nvkm_wr32(device, 0x100c18, dniso);
nvkm_mask(device, 0x100c14, 0x, 0x0001);
-- 
2.10.2