diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2018-07-13 18:00:18 +0300 |
---|---|---|
committer | Lucas Stach <l.stach@pengutronix.de> | 2019-01-07 16:07:39 +0100 |
commit | f5fd9fd4000984f19db689282054953981a50534 (patch) | |
tree | 567e4fe2b9233848cdf221109e8752133825c7a2 /mm/mremap.c | |
parent | bfeffd155283772bbe78c6a05dec7c0128ee500c (diff) | |
download | linux-f5fd9fd4000984f19db689282054953981a50534.tar.bz2 |
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 'mm/mremap.c')
0 files changed, 0 insertions, 0 deletions