https://github.com/torvalds/linux
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
Tip revision: 9468613b2bb0a386af563953b613efc6c77bd8c1 authored by Russell King on 28 October 2006, 21:42:56 UTC
[ARM] Fix suspend oops caused by PXA2xx PCMCIA driver
Tip revision: 9468613
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 542 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 88.2 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 73.8 KB
Makefile -rw-r--r-- 49.0 KB
README -rw-r--r-- 16.2 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top