diff options
author | Andrey Utkin <andrey.krieger.utkin@gmail.com> | 2014-07-17 15:18:53 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-07-17 18:38:37 -0700 |
commit | 389345cf6d71914b39130b1ea04dab1b7bacf6bd (patch) | |
tree | 609495e2bb25b871e332d427a4ea9e6de647c762 /include/sound/designware_i2s.h | |
parent | fe2f17eb3da38ac0d5a00c511255bf3a33d16d24 (diff) | |
download | linux-389345cf6d71914b39130b1ea04dab1b7bacf6bd.tar.bz2 |
drivers/char/dsp56k.c: drop check for negativity of unsigned parameter
[linux-3.16-rc5/drivers/char/dsp56k.c:386]: (style) Checking if unsigned
variable 'arg' is less than zero.
Source code is
if (arg > 31 || arg < 0)
return -EINVAL;
But
static long dsp56k_ioctl(struct file *file, unsigned int cmd,
unsigned long arg)
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=80411
Reported-by: David Binderman <dcb314@hotmail.com>
Signed-off-by: Andrey Utkin <andrey.krieger.utkin@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/sound/designware_i2s.h')
0 files changed, 0 insertions, 0 deletions