]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
fpga: altera-hps2fpga: add NULL check on of_match_device() return value
authorGustavo A. R. Silva <garsilva@embeddedor.com>
Wed, 2 Aug 2017 02:20:53 +0000 (21:20 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Aug 2017 21:27:55 +0000 (14:27 -0700)
commit26ffca5ec406213da347cd3c5858d1414943caea
tree2774e8898d0808f219b6627f6243507111e29e72
parent4fd72fd29d4a90d9117038f4e15e4073aeb3bf7f
fpga: altera-hps2fpga: add NULL check on of_match_device() return value

Check return value from call to of_match_device()
in order to prevent a NULL pointer dereference.

In case of NULL print error message and return -ENODEV

Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com>
Reviewed-by: Moritz Fischer <mdf@kernel.org>
Signed-off-by: Alan Tull <atull@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/fpga/altera-hps2fpga.c