Re: [PATCH RFC 04/11] staging: vchiq_arm: Fix platform device unregistration

2018-10-26 Thread Dan Carpenter
On Thu, Oct 25, 2018 at 05:29:28PM +0200, Stefan Wahren wrote: > In error case platform_device_register_data would return an ERR_PTR > instead of NULL. So we better check this before unregistration. > > Fixes: 37b7b3087a2f ("staging/vc04_services: Register a platform device for > the camera

[PATCH RFC 04/11] staging: vchiq_arm: Fix platform device unregistration

2018-10-25 Thread Stefan Wahren
In error case platform_device_register_data would return an ERR_PTR instead of NULL. So we better check this before unregistration. Fixes: 37b7b3087a2f ("staging/vc04_services: Register a platform device for the camera driver.") Signed-off-by: Stefan Wahren ---