aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fpga/fpga-mgr.h
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <[email protected]>2014-02-11 10:12:25 +0100
committerLee Jones <[email protected]>2014-03-18 10:50:18 +0000
commit65aba1e04916d72b30c028730a1e31860c225412 (patch)
tree48fe323dd2451d9b92aab74e524b35178605348e /include/linux/fpga/fpga-mgr.h
parentdc6919663f7a02d02cc08d605a1f68d6cefe0042 (diff)
mfd: sec-core: Fix possible NULL pointer dereference when i2c_new_dummy error
During probe the sec-core driver allocates dummy I2C device for RTC with i2c_new_dummy() but return value is not checked. In case of error (i2c_new_device(): memory allocation failure or I2C address cannot be used) this function returns NULL which is later used by devm_regmap_init_i2c() or i2c_unregister_device(). If i2c_new_dummy() fails for RTC device, fail also the probe for main MFD driver. Cc: [email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Lee Jones <[email protected]>
Diffstat (limited to 'include/linux/fpga/fpga-mgr.h')
0 files changed, 0 insertions, 0 deletions