commit | 884988398f43378a170026184648ce8ff14dcc9f | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Wed Jul 27 09:53:40 2011 +0000 |
committer | Dave Airlie <airlied@redhat.com> | Thu Aug 04 14:22:10 2011 +0100 |
tree | 1c22c0d4ab91633a5893e7d7058ada2b8494b58e | |
parent | b8709894f248b569d7a0f32cc5e84fa14f7585f0 [diff] |
drm/radeon: off by one in check_reg() functions 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>