diff options
author | Sergey SENOZHATSKY <sergey.senozhatsky.work@gmail.com> | 2015-08-31 11:54:58 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-08-31 12:38:36 +0200 |
commit | 17649c90ff4c5246bb4babf6260029968a6d119d (patch) | |
tree | 1d6d28160ef5288d1eb073889309053c707195e4 /drivers/video/console/fbcon.c | |
parent | regmap-i2c: Add smbus i2c block support (diff) | |
download | linux-17649c90ff4c5246bb4babf6260029968a6d119d.tar.xz linux-17649c90ff4c5246bb4babf6260029968a6d119d.zip |
regmap: fix a NULL pointer dereference in __regmap_init
__regmap_init() may receive a NULL `struct regmap_bus *bus' pointer,
for example, from snd_hdac_regmap_init(), and it make sure that it
does not NULL deference `bus`, except around ->max_raw_read and
->max_raw_write initialisation. Add missing check.
Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/video/console/fbcon.c')
0 files changed, 0 insertions, 0 deletions