5e5afa6cbd
The function iort_add_smmu_platform_device() accidentally returns 0
(ie PTR_ERR(pdev) where pdev == NULL) if platform_device_alloc() fails;
fix the bug by returning a proper error value.
Fixes:
|
||
---|---|---|
.. | ||
iort.c | ||
Kconfig | ||
Makefile |