aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2018-07-13 18:00:18 +0300
committerLucas Stach <l.stach@pengutronix.de>2019-01-07 16:07:39 +0100
commitf5fd9fd4000984f19db689282054953981a50534 (patch)
tree567e4fe2b9233848cdf221109e8752133825c7a2 /drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c
parentLinux 5.0-rc1 (diff)
downloadlinux-dev-f5fd9fd4000984f19db689282054953981a50534.tar.xz
linux-dev-f5fd9fd4000984f19db689282054953981a50534.zip
drm/etnaviv: fix some off by one bugs
The ->nr_signal is the supposed to be the number of elements in the ->signal array. There was one place where it was 5 but it was supposed to be 4. That looks like a copy and paste bug. There were also two checks that were off by one. Fixes: 9e2c2e273012 ("drm/etnaviv: add infrastructure to query perf counter") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com> Tested-by: Christian Gmeiner <christian.gmeiner@gmail.com> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Diffstat (limited to 'drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c')
0 files changed, 0 insertions, 0 deletions