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
man
.gitignore -rw-r--r-- 35 bytes
Makefile -rw-r--r-- 6.4 KB
deviceiobook.tmpl -rw-r--r-- 10.9 KB
gadget.tmpl -rw-r--r-- 28.6 KB
genericirq.tmpl -rw-r--r-- 15.2 KB
journal-api.tmpl -rw-r--r-- 10.8 KB
kernel-api.tmpl -rw-r--r-- 14.8 KB
kernel-hacking.tmpl -rw-r--r-- 42.7 KB
kernel-locking.tmpl -rw-r--r-- 65.2 KB
libata.tmpl -rw-r--r-- 46.9 KB
librs.tmpl -rw-r--r-- 8.0 KB
lsm.tmpl -rw-r--r-- 12.0 KB
mcabook.tmpl -rw-r--r-- 3.0 KB
mtdnand.tmpl -rw-r--r-- 43.9 KB
procfs-guide.tmpl -rw-r--r-- 18.3 KB
procfs_example.c -rw-r--r-- 5.1 KB
rapidio.tmpl -rw-r--r-- 4.4 KB
stylesheet.xsl -rw-r--r-- 310 bytes
usb.tmpl -rw-r--r-- 38.2 KB
videobook.tmpl -rw-r--r-- 61.7 KB
wanbook.tmpl -rw-r--r-- 2.7 KB
writing_usb_driver.tmpl -rw-r--r-- 17.0 KB
z8530book.tmpl -rw-r--r-- 15.3 KB

back to top