drm/nouveau: downgrade severity of most init table parser errors
authorBen Skeggs <bskeggs@redhat.com>
Tue, 29 Jun 2010 06:09:24 +0000 (16:09 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Tue, 13 Jul 2010 00:13:10 +0000 (10:13 +1000)
commit309b8c89c8ddf9dd8e5f253c185d6af1d0358a79
treec4065fa67a3460c4e33d5e12f000b9b5000a35c7
parent8f1a60868f4594bc5576cca8952635f475e8bec6
drm/nouveau: downgrade severity of most init table parser errors

As long as we know the length of the opcode, we're probably better off
trying to parse the remainder of an init table rather than aborting in
the middle of it.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_bios.c