commit | 22fb573affe51845622c4763653f60e130f80586 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Tue Apr 27 14:11:03 2010 -0700 |
committer | Dave Airlie <airlied@redhat.com> | Wed Apr 28 18:41:31 2010 +1000 |
tree | c3dbab6233d9061e2e184b96978b02f0b2f172fc | |
parent | ccb2ad579f910e6146adf4eb3aa50325253ee8c9 [diff] |
drivers/gpu/drm/via/via_video.c: fix off by one issue "fx->lock" is used as the index in "dev_priv->decoder_queue[fx->lock]" which is an array of "VIA_NR_XVMC_LOCKS" elements. Signed-off-by: Dan Carpenter <error27@gmail.com> Acked-by: Thomas Hellstrom <thellstrom@vmware.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Dave Airlie <airlied@redhat.com>