diff options
| author | Wei Yongjun <[email protected]> | 2012-09-21 15:09:47 +0800 |
|---|---|---|
| committer | Marc Kleine-Budde <[email protected]> | 2012-09-21 23:58:48 +0200 |
| commit | f61bd0585dfc7d99db4936d7467de4ca8e2f7ea0 (patch) | |
| tree | d496fda833a14cf8221c7fcb71e8e0044accd9c3 /tools/perf/scripts/python/bin | |
| parent | 56b9f30198875f199d00554c5e5001f63c5fc8ad (diff) | |
can: mscan-mpc5xxx: fix return value check in mpc512x_can_get_clock()
In case of error, the function clk_get() returns ERR_PTR()
and never returns NULL pointer. The NULL test in the error
handling should be replaced with IS_ERR().
dpatch engine is used to auto generated this patch.
(https://github.com/weiyj/dpatch)
Cc: stable <[email protected]>
Signed-off-by: Wei Yongjun <[email protected]>
Acked-by: Wolfgang Grandegger <[email protected]>
Signed-off-by: Marc Kleine-Budde <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions