Re: [PATCH] usb: hcd: use *resource_size_t* for specifying resource data

2012-08-16 Thread Felipe Balbi
Hi, On Thu, Aug 16, 2012 at 06:24:19PM +0530, Kishon Vijay Abraham I wrote: > Changed the type of rsrc_start and rsrc_len from u64 to resource_size_t > so that it behaves well with resource API's like *resource_size()* on both > 32bit and 64bit devices. > > Signed-off-by: Kishon Vijay Abraham I

[PATCH] usb: hcd: use *resource_size_t* for specifying resource data

2012-08-16 Thread Kishon Vijay Abraham I
Changed the type of rsrc_start and rsrc_len from u64 to resource_size_t so that it behaves well with resource API's like *resource_size()* on both 32bit and 64bit devices. Signed-off-by: Kishon Vijay Abraham I --- include/linux/usb/hcd.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(