]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf403d6c3aad3e522c5ff3413cdfa0ba744698881
tree1d33dbbd0a624680045771f2186ea6fa66fd642f
parentba87ddd0b5e503b0aaa13a3b252d7a14211592e3
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: a964dcf3f0ae ("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