iio: adc: ti_am335x_adc: allocating too much in probe
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 10 May 2017 05:51:09 +0000 (08:51 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 24 Jun 2017 05:11:15 +0000 (07:11 +0200)
commitdca02651cee78260ad9b6f1dce8f40b28367b7e2
tree9b177fce34e96ead451b6bbc566ce1e6b9b30939
parentcf308c15103e9b5e13a7719decec86b20d538863
iio: adc: ti_am335x_adc: allocating too much in probe

commit 5ba5b437efaa7a502eec393c045d3bf90c92c4e9 upstream.

We should be allocating enough information for a tiadc_device struct
which is about 400 bytes but instead we allocate enough for a second
iio_dev struct which is over 2000 bytes.

Fixes: fea89e2dfcea ("iio: adc: ti_am335x_adc: use variable names for sizeof() operator")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/iio/adc/ti_am335x_adc.c