summaryrefslogtreecommitdiff
path: root/drm/nouveau/nvkm/subdev/bios/shadow.c
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2015-08-20 14:54:06 +1000
committerBen Skeggs <bskeggs@redhat.com>2015-08-28 12:37:26 +1000
commitd9202d5b4830de1d4b2f88f49a8b131c0dc0edbf (patch)
tree0e855f4dc6253a15767e03f93eba4125a549eb92 /drm/nouveau/nvkm/subdev/bios/shadow.c
parent11947180feb8ab211155a73e8e2b5697cce797be (diff)
downloadnouveau-d9202d5b4830de1d4b2f88f49a8b131c0dc0edbf.tar.gz
bios: cosmetic changes
This is purely preparation for upcoming commits, there should be no code changes here. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drm/nouveau/nvkm/subdev/bios/shadow.c')
-rw-r--r--drm/nouveau/nvkm/subdev/bios/shadow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drm/nouveau/nvkm/subdev/bios/shadow.c b/drm/nouveau/nvkm/subdev/bios/shadow.c
index 6192a9e27..c64a5484c 100644
--- a/drm/nouveau/nvkm/subdev/bios/shadow.c
+++ b/drm/nouveau/nvkm/subdev/bios/shadow.c
@@ -206,7 +206,7 @@ nvbios_shadow(struct nvkm_bios *bios)
{ shadow_class, 1, &nvbios_pcirom },
{ shadow_class, 1, &nvbios_platform },
{ shadow_class }
- }, *mthd = mthds, *best = NULL;
+ }, *mthd, *best = NULL;
const char *optarg;
char *source;
int optlen;