Skip to content
Commit 9468613b authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] Fix suspend oops caused by PXA2xx PCMCIA driver



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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 84b5abe6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment