Shaohui Xie
8981d76a2c
powerpc/usb: fix type cast for address of ioremap to compatible with 64-bit
...
Below are codes for accessing usb sysif_regs in driver:
usb_sys_regs = (struct usb_sys_interface *)
((u32)dr_regs + USB_DR_SYS_OFFSET);
these codes work in 32-bit, but in 64-bit, use u32 to type cast the address
of ioremap is not right, and accessing members of 'usb_sys_regs' will cause
call trace, so use (void *) for both 32-bit and 64-bit.
Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-11-14 15:52:11 -08:00
..
2011-10-13 20:46:27 +03:00
2011-09-18 01:29:04 -07:00
2011-09-09 16:00:09 -07:00
2011-10-13 20:39:54 +03:00
2011-09-09 16:00:09 -07:00
2011-09-18 01:29:04 -07:00
2010-03-02 14:54:57 -08:00
2011-07-01 14:27:05 -07:00
2011-10-31 19:31:25 -04:00
2011-11-14 11:51:28 -08:00
2010-12-10 14:23:33 -08:00
2011-11-14 11:51:28 -08:00
2011-02-25 11:33:57 -08:00
2011-10-31 19:31:25 -04:00
2011-09-09 16:00:09 -07:00
2011-10-31 19:31:25 -04:00
2011-09-09 16:00:09 -07:00
2011-09-09 16:00:09 -07:00
2011-09-09 16:00:09 -07:00
2011-06-28 11:14:37 -07:00
2011-09-09 13:06:06 +03:00
2011-09-09 16:00:09 -07:00
2011-09-09 16:00:09 -07:00
2011-10-31 19:31:25 -04:00
2011-09-09 16:00:09 -07:00
2011-09-09 16:00:09 -07:00
2011-11-14 11:51:24 -08:00
2011-11-14 11:51:25 -08:00
2011-09-09 16:00:09 -07:00
2011-10-31 19:31:25 -04:00
2011-09-09 16:00:09 -07:00
2011-09-09 16:00:09 -07:00
2011-06-28 11:14:37 -07:00
2011-10-31 19:31:25 -04:00
2011-09-09 16:00:09 -07:00
2011-09-09 16:00:09 -07:00
2011-09-09 16:00:09 -07:00
2011-11-14 11:51:24 -08:00
2011-02-04 11:42:52 -08:00
2011-08-23 09:47:40 -07:00
2011-04-13 16:41:00 -07:00
2011-11-14 15:52:11 -08:00
2011-05-02 16:59:38 -07:00
2011-10-31 19:31:25 -04:00
2011-09-09 16:00:09 -07:00
2011-09-09 16:00:09 -07:00
2009-03-24 16:20:45 -07:00
2011-08-22 16:00:46 -07:00
2011-10-31 19:31:25 -04:00
2011-06-28 11:13:35 -07:00
2010-11-11 06:57:24 -08:00
2011-09-09 16:00:09 -07:00
2011-09-18 01:39:36 -07:00
2011-09-09 16:00:09 -07:00
2011-11-14 11:51:26 -08:00
2011-10-13 20:46:27 +03:00
2011-10-25 12:23:15 +02:00
2011-10-13 20:39:55 +03:00
2011-09-18 01:39:36 -07:00
2011-09-09 16:00:09 -07:00
2011-10-13 20:46:27 +03:00
2011-10-13 20:39:59 +03:00
2011-09-09 16:00:09 -07:00
2011-10-25 12:23:15 +02:00
2011-10-13 20:42:09 +03:00
2011-09-09 16:00:09 -07:00
2011-09-09 16:00:09 -07:00
2011-10-13 20:39:56 +03:00
2011-06-06 16:47:27 -07:00
2011-10-25 12:23:15 +02:00
2011-09-09 16:00:09 -07:00
2011-07-01 14:27:05 -07:00
2011-09-18 01:39:36 -07:00
2011-09-09 16:00:09 -07:00
2011-09-18 01:33:06 -07:00
2011-09-18 01:39:36 -07:00
2011-10-13 20:39:53 +03:00
2011-09-09 16:00:09 -07:00
2011-09-09 16:00:09 -07:00
2011-11-14 11:51:20 -08:00
2011-10-13 20:38:39 +03:00
2010-10-24 13:41:39 -07:00
2010-09-03 17:33:40 -07:00
2011-09-18 01:39:36 -07:00
2011-09-09 16:00:09 -07:00
2011-09-18 01:29:04 -07:00
2011-09-18 01:33:06 -07:00
2011-07-01 14:27:05 -07:00
2011-10-13 20:39:59 +03:00
2010-12-03 12:05:35 -08:00
2009-12-23 11:34:20 -08:00
2011-09-09 16:00:09 -07:00
2011-09-09 16:00:09 -07:00
2011-10-31 19:31:25 -04:00
2011-06-28 11:14:36 -07:00
2011-11-14 11:51:17 -08:00
2009-05-08 19:34:56 -07:00
2011-09-09 16:00:09 -07:00
2010-07-11 17:45:10 -03:00
2011-10-25 12:23:15 +02:00
2011-09-09 16:00:09 -07:00
2011-10-25 12:23:15 +02:00
2011-09-09 16:00:09 -07:00
2011-09-09 16:00:09 -07:00