diff options
| author | Wei Yongjun <[email protected]> | 2013-02-22 10:52:35 +0800 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2013-03-12 18:23:17 +0000 |
| commit | d77b5382e67d1e1394e40c5c95fb5947efe0ff9e (patch) | |
| tree | 924abeb94a522466207130270924e95c97d4220a /tools/perf/scripts/python | |
| parent | f6161aa153581da4a3867a2d1a7caf4be19b6ec9 (diff) | |
spi: fix return value check in ce4100_spi_probe()
In case of error, the function platform_device_register_full()
returns ERR_PTR() and never returns NULL. The NULL test in the
return value check should be replaced with IS_ERR().
Signed-off-by: Wei Yongjun <[email protected]>
Acked-by: Mika Westerberg <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions