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
crypto
3270.ChangeLog -rw-r--r-- 1.8 KB
3270.txt -rw-r--r-- 10.7 KB
CommonIO -rw-r--r-- 4.3 KB
DASD -rw-r--r-- 3.3 KB
Debugging390.txt -rw-r--r-- 95.0 KB
TAPE -rw-r--r-- 4.4 KB
cds.txt -rw-r--r-- 23.3 KB
config3270.sh -rw-r--r-- 2.0 KB
driver-model.txt -rw-r--r-- 9.5 KB
monreader.txt -rw-r--r-- 8.4 KB
s390dbf.txt -rw-r--r-- 21.8 KB

back to top