nfc: fdp: fix NULL pointer dereference
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Tue, 20 Dec 2016 21:09:04 +0000 (21:09 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Aug 2017 01:59:42 +0000 (18:59 -0700)
commit57154f0302cd39a7ff5f3f4ceef23bda4112c77e
tree613e26b759c123035230eaa65f0c71666f6e84cb
parent35bdf9a61dc9bd8e47f988b729e038a1ac8b7c9d
nfc: fdp: fix NULL pointer dereference

commit b6355fb3f5f40bbce165847d277e64896cab8f95 upstream.

We are checking phy after dereferencing it. We can print the debug
information after checking it. If phy is NULL then we will get a good
stack trace to tell us that we are in this irq handler.

Signed-off-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/nfc/fdp/i2c.c