Files
android_kernel_xiaomi_sm8450/drivers/base
Markus Pargmann c335931ed9 regmap: Add raw_write/read checks for max_raw_write/read sizes
Check in regmap_raw_read() and regmap_raw_write() for correct maximum
sizes of the operations. Return -E2BIG if this size is not supported
because it is too big.

Also this patch causes an uninitialized variable warning so it
initializes ret (although not necessary).

Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
2015-08-30 10:19:22 +01:00
..
2014-07-04 18:05:05 +01:00
2015-06-25 17:00:40 -07:00
2015-05-20 00:15:09 -07:00
2010-05-21 09:37:29 -07:00
2014-09-01 13:48:59 +02:00