]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
[media] smiapp: Only some selection targets are settable
authorSakari Ailus <sakari.ailus@iki.fi>
Thu, 6 Nov 2014 20:49:45 +0000 (17:49 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 11 Nov 2014 11:13:36 +0000 (09:13 -0200)
commitb31eb901c4e5eeef4c83c43dfbc7fe0d4348cb21
tree289cd2133da9aa4d168e76f5ae0637b8174eedb7
parent167921cb0ff2bdbf25138dad799fec88c99ed316
[media] smiapp: Only some selection targets are settable

Setting a non-settable selection target caused BUG() to be called. The check
for valid selections only takes the selection target into account, but does
not tell whether it may be set, or only get. Fix the issue by simply
returning an error to the user.

Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi>
Cc: stable@vger.kernel.org # for v3.10 and up
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/i2c/smiapp/smiapp-core.c