diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2017-04-28 01:51:40 -0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-06-26 07:13:08 +0200 |
commit | a8686c968fe3dd25b6f1f88d88de00c95545c931 (patch) | |
tree | c3137c13850eecc93f768390ff77061ded0ce093 /drivers/input/tablet | |
parent | fa90f02d511dcc85f77c110cb0c6f3555e885863 (diff) |
vb2: Fix an off by one error in 'vb2_plane_vaddr'
commit 5ebb6dd36c9f5fb37b1077b393c254d70a14cb46 upstream.
We should ensure that 'plane_no' is '< vb->num_planes' as done in
'vb2_plane_cookie' just a few lines below.
Fixes: e23ccc0ad925 ("[media] v4l: add videobuf2 Video for Linux 2 driver framework")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/input/tablet')
0 files changed, 0 insertions, 0 deletions