Revision 9468613b2bb0a386af563953b613efc6c77bd8c1 authored by Russell King on 28 October 2006, 21:42:56 UTC, committed by Russell King on 28 October 2006, 21:42:56 UTC
The PXA2xx PCMCIA driver was registering a device_driver with the
platform_bus_type.  Unfortunately, this causes data outside the
device_driver structure to be dereferenced as if it were a
platform_driver structure, causing an oops.  Convert the PXA2xx
core driver to use the proper platform_driver structure.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
1 parent 84b5abe
History
File Mode Size
CREDITS -rw-r--r-- 7.2 KB
URB.txt -rw-r--r-- 9.4 KB
acm.txt -rw-r--r-- 4.8 KB
auerswald.txt -rw-r--r-- 932 bytes
dma.txt -rw-r--r-- 4.9 KB
ehci.txt -rw-r--r-- 9.6 KB
error-codes.txt -rw-r--r-- 5.9 KB
gadget_serial.txt -rw-r--r-- 12.3 KB
hiddev.txt -rw-r--r-- 8.9 KB
hotplug.txt -rw-r--r-- 6.3 KB
linux.inf -rw-r--r-- 6.2 KB
mtouchusb.txt -rw-r--r-- 2.8 KB
ohci.txt -rw-r--r-- 1.5 KB
proc_usb_info.txt -rw-r--r-- 14.5 KB
rio.txt -rw-r--r-- 4.3 KB
uhci.txt -rw-r--r-- 7.2 KB
usb-help.txt -rw-r--r-- 607 bytes
usb-serial.txt -rw-r--r-- 17.9 KB
usbmon.txt -rw-r--r-- 6.7 KB

back to top