<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-text-flowed" style="font-family: -moz-fixed;
      font-size: 14px;" lang="x-unicode">Hi,
      <br>
      <br>
      in file 'drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm20b.c',
      error handling in 'gm20b_tegra_read_wpr()' seams to be broken.
      <br>
      <br>
      The code used is:
      <br>
      <br>
          mc = ioremap(TEGRA_MC_BASE, 0xd00);<br>
          if (!mc) {<br>
              nvkm_error(&sb->subdev, "...");<br>
              return PTR_ERR(mc);<br>
          }
      <br>
      <br>
      so we always return '0', which means success.
      <br>
      <br>
      <br>
      Best regards,
      <br>
      <br>
      CJ
      <br>
    </div>
  </body>
</html>