From: Robert Hancock <hanc...@sedsystems.ca> Date: Tue, 11 Jun 2019 10:56:02 -0600
> We were accessing the pointer returned from platform_get_resource before > checking if it was valid, causing an oops if it was not. Move this access > after the call to devm_ioremap_resource which does the validity check. > > Signed-off-by: Robert Hancock <hanc...@sedsystems.ca> Applied.