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
binding.txt -rw-r--r-- 3.6 KB
bus.txt -rw-r--r-- 4.4 KB
class.txt -rw-r--r-- 4.6 KB
device.txt -rw-r--r-- 4.6 KB
driver.txt -rw-r--r-- 7.9 KB
interface.txt -rw-r--r-- 4.0 KB
overview.txt -rw-r--r-- 4.2 KB
platform.txt -rw-r--r-- 3.8 KB
porting.txt -rw-r--r-- 12.7 KB

back to top