[PATCH usb v2 21/29] host: uhci-platform: remove duplicate check on resource

2014-10-30 Thread varkabhadram
From: Varka Bhadram varkabhad...@gmail.com Sanity check on resource happening with devm_ioremap_resource(). Also fix in accessing NULL if resource didn't get. Signed-off-by: Varka Bhadram var...@cdac.in Acked-by: Alan Stern st...@rowland.harvard.edu --- drivers/usb/host/uhci-platform.c |7

Re: [PATCH usb v2 21/29] host: uhci-platform: remove duplicate check on resource

2014-10-30 Thread Sergei Shtylyov
On 10/30/2014 06:53 PM, varkabhad...@gmail.com wrote: From: Varka Bhadram varkabhad...@gmail.com Sanity check on resource happening with devm_ioremap_resource(). Also fix in accessing NULL if resource didn't get. Yes, this is a fix as well, and the subject doesn't match what the