OSDN Git Service

ptp: ocp: Fix a couple NULL vs IS_ERR() checks
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 18 Nov 2021 11:22:11 +0000 (14:22 +0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Nov 2021 12:12:55 +0000 (12:12 +0000)
commitc7521d3aa2fa7fc785682758c99b5bcae503f6be
tree1d33dbbd0a624680045771f2186ea6fa66fd642f
parent0fa68da72c3be09e06dd833258ee89c33374195f
ptp: ocp: Fix a couple NULL vs IS_ERR() checks

The ptp_ocp_get_mem() function does not return NULL, it returns error
pointers.

Fixes: 773bda964921 ("ptp: ocp: Expose various resources on the timecard.")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/ptp/ptp_ocp.c