drm/nouveau: remove unused variable from nouveau_bios_shadow_of
drivers/gpu/drm/nouveau/core/subdev/bios/base.c: warning: unused variable 'i' Reported-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
7ef19e454e
commit
fced4b2211
|
@ -63,7 +63,7 @@ nouveau_bios_shadow_of(struct nouveau_bios *bios)
|
|||
struct pci_dev *pdev = nv_device(bios)->pdev;
|
||||
struct device_node *dn;
|
||||
const u32 *data;
|
||||
int size, i;
|
||||
int size;
|
||||
|
||||
dn = pci_device_to_OF_node(pdev);
|
||||
if (!dn) {
|
||||
|
|
Loading…
Reference in New Issue