drm/radeon: off by one in check_reg() functions
authorDan Carpenter <error27@gmail.com>
Wed, 27 Jul 2011 09:53:40 +0000 (09:53 +0000)
committerDave Airlie <airlied@redhat.com>
Thu, 4 Aug 2011 13:22:10 +0000 (14:22 +0100)
This off by one range check was copy and pasted a couple places.
It's not really harmful, but we should fix it anyway.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found